|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
Functions | |
| CellType | charToCellType (char c) |
| Returns CellType given a character (maps character representation to CellType). More... | |
| char | cellTypeToChar (CellType type) |
| bool | isCellTypeAllowedInEntryWay (CellType type) |
| bool | isWallLikeCell (CellType type) |
| char cellTypeToChar | ( | CellType | type | ) |
TODO: write this
| CellType charToCellType | ( | char | c | ) |
Returns CellType given a character (maps character representation to CellType).
| c | Character to map to its corresponding CellType. |
| bool isCellTypeAllowedInEntryWay | ( | CellType | type | ) |
| bool isWallLikeCell | ( | CellType | type | ) |