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 b6ca8c6..3bfac32 100644
--- a/Level.h
+++ b/Level.h
@@ -33,6 +33,8 @@ class Level {
void loadMap(int levelNo);
int cameraX;
+
+ bool checkCollision(SDL_Rect r);
};
#endif