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