summary refs log tree commit diff stats
path: root/gamestate.h
diff options
context:
space:
mode:
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