SORTIE Core C++ Documentation
|
Holds a linked list of grid cells. More...
#include <Planting.h>
Public Attributes | |
stcGridList * | next |
Next grid cell in the list. More... | |
short int | iX |
Grid cell X number. More... | |
short int | iY |
Grid cell Y number. More... | |
Holds a linked list of grid cells.
short int clPlant::stcGridList::iX |
Grid cell X number.
short int clPlant::stcGridList::iY |
Grid cell Y number.
stcGridList* clPlant::stcGridList::next |
Next grid cell in the list.