diff options
Diffstat (limited to 'titlestate.h')
| -rw-r--r-- | titlestate.h | 6 |
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 | ||
| 7 | class TitleState : public State { | 7 | class 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 | ||
| 12 | class HowToPlayState : public State { | 12 | class 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 | ||
| 17 | class HowToPlayPageTwoState : public State { | 17 | class 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 |
