coord Struct Reference

Rather self explanatory: it is used to easily store and retrieve coordinates in the grid. More...

List of all members.

Public Attributes

int orientation
unsigned int x
unsigned int y

Detailed Description

Rather self explanatory: it is used to easily store and retrieve coordinates in the grid.

Definition at line 32 of file slitherlink2formula.cpp.


Member Data Documentation

Equals HORIZONTAL if horizontal, VERTICAL if vertical.

Definition at line 37 of file slitherlink2formula.cpp.

unsigned int coord::x

Definition at line 38 of file slitherlink2formula.cpp.

unsigned int coord::y

Definition at line 39 of file slitherlink2formula.cpp.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines