summary refs log tree commit diff stats
path: root/gamestate.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-28 20:00:58 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-28 20:00:58 -0400
commit157457f94783d712e6af1a3e29268ab6bcfb8f99 (patch)
tree849e58e6f35e3c3ce5c521211f8107e2070cb0b7 /gamestate.h
parent887056394ce576cc2fa919f6074dda0943ff195d (diff)
downloadmazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.tar.gz
mazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.tar.bz2
mazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.zip
Title of window changes to match level
Diffstat (limited to 'gamestate.h')
-rw-r--r--gamestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamestate.h b/gamestate.h index 815bc73..3c77ba9 100644 --- a/gamestate.h +++ b/gamestate.h
@@ -6,7 +6,7 @@
6 6
7class GameState : public State { 7class GameState : public State {
8 public: 8 public:
9 State* operator() (SDL_Renderer* renderer); 9 State* operator() (SDL_Window* window, SDL_Renderer* renderer);
10}; 10};
11 11
12#endif \ No newline at end of file 12#endif \ No newline at end of file