diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-10-18 15:24:07 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-10-18 15:24:07 -0400 |
| commit | c027f1b9cd6c9deb60931a7f9f75bb4ee130291b (patch) | |
| tree | 49426a9cf3ee24434141c903b01481110b2808b6 /titlestate.h | |
| parent | a157cd82a86390f1fcb1a2086f86af5187e85a69 (diff) | |
| download | mazeoflife-c027f1b9cd6c9deb60931a7f9f75bb4ee130291b.tar.gz mazeoflife-c027f1b9cd6c9deb60931a7f9f75bb4ee130291b.tar.bz2 mazeoflife-c027f1b9cd6c9deb60931a7f9f75bb4ee130291b.zip | |
Added local highscore list
You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104
Diffstat (limited to 'titlestate.h')
| -rw-r--r-- | titlestate.h | 2 |
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 @@ | |||
| 4 | class TitleState : public State { | 4 | class 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: |
