diff options
Diffstat (limited to 'gamestate.h')
-rw-r--r-- | gamestate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gamestate.h b/gamestate.h index 3c77ba9..32e5d07 100644 --- a/gamestate.h +++ b/gamestate.h | |||
@@ -1,12 +1,13 @@ | |||
1 | #include <SDL.h> | 1 | #include <SDL.h> |
2 | |||
2 | #include "state.h" | 3 | #include "state.h" |
3 | 4 | ||
4 | #ifndef GAMESTATE_H | 5 | #ifndef GAMESTATE_H |
5 | #define GAMESTATE_H | 6 | #define GAMESTATE_H |
6 | 7 | ||
7 | class GameState : public State { | 8 | class GameState : public State { |
8 | public: | 9 | public: |
9 | State* operator() (SDL_Window* window, SDL_Renderer* renderer); | 10 | State* operator()(SDL_Window* window, SDL_Renderer* renderer); |
10 | }; | 11 | }; |
11 | 12 | ||
12 | #endif \ No newline at end of file | 13 | #endif \ No newline at end of file |