Dungeonator
1.0.0
a dungeon generator library
|
the include file for the potential tiles in a grid More...
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef enum Tiles | Tile |
Enumerations | |
enum | Tiles { WALL , FLOOR , DOOR } |
Functions | |
char | getCharacterForTile (Tile tile) |
the include file for the potential tiles in a grid
enum Tiles |
char getCharacterForTile | ( | Tile | tile | ) |
get a character from the tile enum
[in] | tile | the tile to get the character for |