|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <gridcell.hpp>
Public Member Functions | |
| GridCell (int x, int y, CellType type) | |
| GridCell constructor. More... | |
Data Fields | |
| int | x |
| int | y |
| CellType | type |
| GridCell::GridCell | ( | int | x, |
| int | y, | ||
| CellType | type | ||
| ) |
| CellType GridCell::type |
| int GridCell::x |
| int GridCell::y |