summary refs log tree commit diff stats
path: root/chlstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chlstate.h')
-rw-r--r--chlstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chlstate.h b/chlstate.h index a8905e2..15f1d05 100644 --- a/chlstate.h +++ b/chlstate.h
@@ -4,7 +4,7 @@
4class ChooseHighscoreListState : public State { 4class ChooseHighscoreListState : public State {
5 public: 5 public:
6 ChooseHighscoreListState(); 6 ChooseHighscoreListState();
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: