From 354cd9ff21e878c9a34866b0c3916e42e226d105 Mon Sep 17 00:00:00 2001 From: Reimar Date: Sat, 12 Dec 2015 16:20:42 +0100 Subject: Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatible --- main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.h') diff --git a/main.h b/main.h index 17c0e3c..207e05e 100644 --- a/main.h +++ b/main.h @@ -15,6 +15,8 @@ using namespace std; #define GAME_QUIT (1 << 28) +string SAVE_PATH = "save/"; +string DATA_PATH = "data/"; const int SCREEN_WIDTH = 500; const int SCREEN_HEIGHT = 500; const int SCREEN_BPP = 32; -- cgit v1.2.3