SORTIE Core C++ Documentation
Public Attributes | List of all members
clPlant::stcGridList Struct Reference

Holds a linked list of grid cells. More...

#include <Planting.h>

Public Attributes

stcGridListnext
 Next grid cell in the list.
 
short int iX
 Grid cell X number.
 
short int iY
 Grid cell Y number.
 

Detailed Description

Holds a linked list of grid cells.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: