diff options
Diffstat (limited to 'Level.h')
| -rw-r--r-- | Level.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ class Level {          int cameraX; -        bool checkCollision(SDL_Rect r); +        int checkCollision(SDL_Rect r);          int startX, startY;  };  | 
