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 --- hsglobal.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hsglobal.h (limited to 'hsglobal.h') diff --git a/hsglobal.h b/hsglobal.h deleted file mode 100644 index 5b92b0e..0000000 --- a/hsglobal.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef HSGLOBAL_H -#define HSGLOBAL_H - -class GlobalHighscoreListState : public State { - public: - GlobalHighscoreListState(); - void input(SDL_keysym key); - void render(SDL_Surface* screen); - - private: - static int LoadHighscoreList(void* pParam); - - SDL_Surface* list; - SDL_Surface* options; - SDL_Surface* pointer; -}; - -#endif -- cgit 1.4.1