diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/state.h b/state.h index 2d6f804..5e8c4e7 100644 --- a/state.h +++ b/state.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | class State | 6 | class State |
| 7 | { | 7 | { |
| 8 | public: | 8 | public: |
| 9 | virtual State* operator() (SDL_Renderer* renderer) {return NULL;}; | 9 | virtual State* operator() (SDL_Window* window, SDL_Renderer* renderer) {return NULL;}; |
| 10 | }; | 10 | }; |
| 11 | 11 | ||
| 12 | #endif \ No newline at end of file | 12 | #endif \ No newline at end of file |
