summaryrefslogtreecommitdiff
path: root/enginecore.h
diff options
context:
space:
mode:
authorReimar <Reimar@Leike.name>2015-12-12 16:20:42 +0100
committerReimar <Reimar@Leike.name>2015-12-12 16:20:42 +0100
commit354cd9ff21e878c9a34866b0c3916e42e226d105 (patch)
tree8e6f2123e503c2f32eed35e629c6c0b9c01352d8 /enginecore.h
parent8c66c87d920340b116c539a56505b32629275b6a (diff)
downloadRCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar
RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.gz
RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.bz2
RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.xz
RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.zip
Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatibleHEADmaster
Diffstat (limited to 'enginecore.h')
-rw-r--r--enginecore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/enginecore.h b/enginecore.h
index 5ea49ae..00cc47a 100644
--- a/enginecore.h
+++ b/enginecore.h
@@ -10,6 +10,7 @@
10 10
11using namespace std; 11using namespace std;
12 12
13
13//a drawable object featering an image and a position 14//a drawable object featering an image and a position
14class DObject 15class DObject
15{ 16{