Sync map data macros

This commit is contained in:
GriffinR
2022-10-25 14:31:01 -04:00
parent 32ab6087d8
commit c77adaf6bf
7 changed files with 95 additions and 51 deletions
-12
View File
@@ -50,18 +50,6 @@ enum
TILE_TERRAIN_WATERFALL,
};
enum
{
CONNECTION_INVALID = -1,
CONNECTION_NONE,
CONNECTION_SOUTH,
CONNECTION_NORTH,
CONNECTION_WEST,
CONNECTION_EAST,
CONNECTION_DIVE,
CONNECTION_EMERGE
};
typedef void (*TilesetCB)(void);
struct Tileset