diff options
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ #include "entity.h" +#define BLOCK_WIDTH 128 +#define BLOCK_HEIGHT 128 + void add_wall(float xpos, float ypos, int tile); #endif // WALL_H_ |
