summary refs log tree commit diff stats
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
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 @@
6class State 6class 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