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 3bfac32..95a57e6 100644
--- a/Level.h
+++ b/Level.h
@@ -35,6 +35,8 @@ class Level {
int cameraX;
bool checkCollision(SDL_Rect r);
+
+ int startX, startY;
};
#endif