summaryrefslogtreecommitdiff
path: root/Level.h
diff options
context:
space:
mode:
Diffstat (limited to 'Level.h')
-rw-r--r--Level.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Level.h b/Level.h
index a56b734..c65eab9 100644
--- a/Level.h
+++ b/Level.h
@@ -21,7 +21,8 @@ class Level {
Player player;
private:
- // Nothing yet!
+ // Background image
+ SDL_Surface *background;
};
#endif