summaryrefslogtreecommitdiff
path: root/Level.h
diff options
context:
space:
mode:
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