summaryrefslogtreecommitdiff
path: root/Level.h
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-26 16:41:46 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-26 16:41:46 +0000
commit7e046277d6a04e006d9653eda0a2b0990a454c2d (patch)
treea8f4a8f24fd1be77ac996c0adcb2436770ea489d /Level.h
parentfbfe1f509f5a9b3b4f3f763648a96325ed6a295b (diff)
Level: Implement horizontally scrolling levels/camera
Diffstat (limited to 'Level.h')
-rw-r--r--Level.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Level.h b/Level.h
index 774164e..b6ca8c6 100644
--- a/Level.h
+++ b/Level.h
@@ -31,6 +31,8 @@ class Level {
// Reads in the map file
void loadMap(int levelNo);
+
+ int cameraX;
};
#endif