diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/state.h b/state.h index dd5e52b..e070858 100644 --- a/state.h +++ b/state.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | class State | 4 | class State |
| 5 | { | 5 | { |
| 6 | public: | 6 | public: |
| 7 | virtual void input(SDLKey key) = 0; | ||
| 7 | virtual void render(SDL_Surface* screen) = 0; | 8 | virtual void render(SDL_Surface* screen) = 0; |
| 8 | }; | 9 | }; |
| 9 | 10 | ||
