From ffd335aca284c286030e2b26f1a02a0441748f46 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 27 Aug 2013 11:39:37 -0400 Subject: Started rewriting game from scratch with SDL2 Only the title screen is currently implemented --- hslocal.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hslocal.h (limited to 'hslocal.h') diff --git a/hslocal.h b/hslocal.h deleted file mode 100644 index 8708d03..0000000 --- a/hslocal.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef HSLOCAL_H -#define HSLOCAL_H - -class LocalHighscoreListState : public State { - public: - LocalHighscoreListState(bool fromGame); - void input(SDL_keysym key); - void render(SDL_Surface* screen); - - private: - SDL_Surface* list; - SDL_Surface* options; - SDL_Surface* pointer; - int selection; - bool fromGame; -}; - -#endif -- cgit 1.4.1