#ifndef CONSTANTS_H #define CONSTANTS_H #define TILE_W 8 #define TILE_H 8 #define SCREEN_W 128 #define SCREEN_H 64 #endif // CONSTANTS_H