summary refs log tree commit diff stats
path: root/titlestate.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 /titlestate.h
parent887056394ce576cc2fa919f6074dda0943ff195d (diff)
downloadmazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.tar.gz
mazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.tar.bz2
mazeoflife-157457f94783d712e6af1a3e29268ab6bcfb8f99.zip
Title of window changes to match level
Diffstat (limited to 'titlestate.h')
-rw-r--r--titlestate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/titlestate.h b/titlestate.h index c7beb91..8e6ffbc 100644 --- a/titlestate.h +++ b/titlestate.h
@@ -6,17 +6,17 @@
6 6
7class TitleState : public State { 7class TitleState : 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
12class HowToPlayState : public State { 12class HowToPlayState : public State {
13 public: 13 public:
14 State* operator() (SDL_Renderer* renderer); 14 State* operator() (SDL_Window* window, SDL_Renderer* renderer);
15}; 15};
16 16
17class HowToPlayPageTwoState : public State { 17class HowToPlayPageTwoState : public State {
18 public: 18 public:
19 State* operator() (SDL_Renderer* renderer); 19 State* operator() (SDL_Window* window, SDL_Renderer* renderer);
20}; 20};
21 21
22#endif \ No newline at end of file 22#endif \ No newline at end of file