Searched refs:LifeCell (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h88 struct LifeCell struct
118 LifeCell FindNorth();
119 LifeCell FindSouth();
120 LifeCell FindWest();
121 LifeCell FindEast();
122 LifeCell FindCenter();
145 bool FindMore(LifeCell *cells[], size_t *ncells);
169 LifeCell *m_cells; // array of cells
H A Dgame.cpp126 m_cells = new LifeCell[ARRAYSIZE];
360 LifeCell Life::FindCenter()
383 LifeCell cell;
389 LifeCell Life::FindNorth()
403 LifeCell cell;
409 LifeCell Life::FindSouth()
423 LifeCell cell;
429 LifeCell Life::FindWest()
443 LifeCell cell;
449 LifeCell Lif
[all...]
H A Dlife.cpp524 LifeCell c;
802 LifeCell *cells;
851 LifeCell *cells;

Completed in 130 milliseconds