diff options
Diffstat (limited to 'gamestate.h')
| -rw-r--r-- | gamestate.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/gamestate.h b/gamestate.h index 7d9d798..d1b90ad 100644 --- a/gamestate.h +++ b/gamestate.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | class GameState : public State { | 4 | class GameState : public State { |
| 5 | public: | 5 | public: |
| 6 | GameState(); | 6 | GameState(); |
| 7 | void input(SDLKey key); | 7 | void input(SDL_keysym key); |
| 8 | void tick(); | 8 | void tick(); |
| 9 | void render(SDL_Surface* screen); | 9 | void render(SDL_Surface* screen); |
| 10 | 10 | ||
