Add missing :req, remove old macros

This commit is contained in:
GriffinR
2022-01-23 18:51:56 -05:00
parent 9f2b6ab2f2
commit 2495d18132
15 changed files with 87 additions and 298 deletions

View File

@@ -16,18 +16,6 @@
// for constructing large tiles, such as the Battle Pike's curtain tile.
#define METATILE_ROW_WIDTH 8
enum
{
CONNECTION_INVALID = -1,
CONNECTION_NONE,
CONNECTION_SOUTH,
CONNECTION_NORTH,
CONNECTION_WEST,
CONNECTION_EAST,
CONNECTION_DIVE,
CONNECTION_EMERGE
};
typedef void (*TilesetCB)(void);
struct Tileset