diff options
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ using namespace std; | |||
15 | #define GAME_QUIT (1 << 28) | 15 | #define GAME_QUIT (1 << 28) |
16 | 16 | ||
17 | 17 | ||
18 | string SAVE_PATH = "save/"; | ||
19 | string DATA_PATH = "data/"; | ||
18 | const int SCREEN_WIDTH = 500; | 20 | const int SCREEN_WIDTH = 500; |
19 | const int SCREEN_HEIGHT = 500; | 21 | const int SCREEN_HEIGHT = 500; |
20 | const int SCREEN_BPP = 32; | 22 | const int SCREEN_BPP = 32; |