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 --- chlstate.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 chlstate.h (limited to 'chlstate.h') diff --git a/chlstate.h b/chlstate.h deleted file mode 100644 index 15f1d05..0000000 --- a/chlstate.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef CHLSTATE_H -#define CHLSTATE_H - -class ChooseHighscoreListState : public State { - public: - ChooseHighscoreListState(); - void input(SDL_keysym key); - void render(SDL_Surface* screen); - - private: - SDL_Surface* background; - SDL_Surface* pointer; - int selection; -}; - -#endif -- cgit 1.4.1