summaryrefslogtreecommitdiff
path: root/Level.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-25 15:04:54 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-25 15:04:54 +0000
commit71926d883a678be983a434f8c0da435178d7585d (patch)
tree0d3598d060ae153aa129eb9eeddeb66f0c48717a /Level.cpp
parent3383e8be9001826bf0d09f1fb73ad5013cc8627e (diff)
Add Screen class, move video output functionality to it
Diffstat (limited to 'Level.cpp')
-rw-r--r--Level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Level.cpp b/Level.cpp
index a6cab97..27a77be 100644
--- a/Level.cpp
+++ b/Level.cpp
@@ -31,6 +31,6 @@ void Level::move() {
//std::cout << "Level::move(): Moving level items.\n";
}
-void Level::draw(SDL_Surface *screen) {
+void Level::draw(Screen *screen) {
//std::cout << "Level::draw(): Drawing into the screen.\n";
}