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. More...
 
short int iX
 Grid cell X number. More...
 
short int iY
 Grid cell Y number. More...
 

Detailed Description

Holds a linked list of grid cells.

Member Data Documentation

◆ iX

short int clPlant::stcGridList::iX

Grid cell X number.

◆ iY

short int clPlant::stcGridList::iY

Grid cell Y number.

◆ next

stcGridList* clPlant::stcGridList::next

Next grid cell in the list.


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