Dungeonator
1.0.0
a dungeon generator library
src
tile.h
Go to the documentation of this file.
1
#ifndef TILE_H
2
#define TILE_H
3
9
#include <stdio.h>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
// __cplusplus
14
18
typedef
enum
Tiles
{
22
WALL
,
26
FLOOR
,
30
DOOR
,
31
}
Tile
;
32
44
char
getCharacterForTile
(
Tile
tile);
45
46
#ifdef __cplusplus
47
}
48
#endif
// __cplusplus
49
50
#endif
// !TILE_H
Tiles
Tiles
Definition:
tile.h:18
FLOOR
@ FLOOR
Definition:
tile.h:26
DOOR
@ DOOR
Definition:
tile.h:30
WALL
@ WALL
Definition:
tile.h:22
getCharacterForTile
char getCharacterForTile(Tile tile)
Definition:
tile.c:3
Tile
enum Tiles Tile
Generated by
1.9.0