diff options
author | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
---|---|---|
committer | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
commit | 354cd9ff21e878c9a34866b0c3916e42e226d105 (patch) | |
tree | 8e6f2123e503c2f32eed35e629c6c0b9c01352d8 /util.h | |
parent | 8c66c87d920340b116c539a56505b32629275b6a (diff) | |
download | RCade-master.tar RCade-master.tar.gz RCade-master.tar.bz2 RCade-master.tar.xz RCade-master.zip |
Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatibleHEADmaster
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | using namespace std; | 12 | using namespace std; |
13 | 13 | ||
14 | string get_data_path(); | ||
14 | //splits at '\n' and ' ' | 15 | //splits at '\n' and ' ' |
15 | vector<vector<string> > splitString(string s); | 16 | vector<vector<string> > splitString(string s); |
16 | 17 | ||