#ifndef CONSTANTS_H #define CONSTANTS_H #define TILE_W 8 #define TILE_H 8 #define SCREEN_W 128 #define SCREEN_H 64 #include //extern bool dark_theme_enable; //extern bool is_in_water; #endif // CONSTANTS_H