breakhack/src/defines.h

14 lines
227 B
C
Raw Normal View History

#ifndef DEFINES_H_
#define DEFINES_H_
/* Room/Map dimensions */
#define MAP_ROOM_HEIGHT 12
#define MAP_ROOM_WIDTH 16
#define MAP_V_ROOM_COUNT 10
#define MAP_H_ROOM_COUNT 10
#define TILE_DIMENSION 64
#endif // DEFINES_H_