From 413302330666a135389b759139ff9d5b6eb20052 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 25 Nov 2010 20:35:18 +0000 Subject: Add background to Level, add sample background, modify Screen::blit() to always blit onto the game window --- Level.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Level.h') 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 -- cgit v1.2.3