summary refs log tree commit diff stats
path: root/htpstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'htpstate.h')
-rw-r--r--htpstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/htpstate.h b/htpstate.h index 2639d1a..79c66ba 100644 --- a/htpstate.h +++ b/htpstate.h
@@ -4,7 +4,7 @@
4class HowToPlayState : public State { 4class HowToPlayState : public State {
5 public: 5 public:
6 HowToPlayState(); 6 HowToPlayState();
7 void input(SDLKey key); 7 void input(SDL_keysym key);
8 void render(SDL_Surface* screen); 8 void render(SDL_Surface* screen);
9 9
10 private: 10 private: