From 684a27ce13a9a08f4f1d94621cdab1232d2d33cf Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 19 Jun 2009 10:57:53 -0400 Subject: Added GNU configure stuff --- state.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 state.h (limited to 'state.h') diff --git a/state.h b/state.h deleted file mode 100644 index 1a97a1b..0000000 --- a/state.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef STATE_H -#define STATE_H - -class State -{ - public: - virtual void input(SDLKey key) = 0; - virtual void tick() = 0; - virtual void render(SDL_Surface* screen) = 0; -}; - -#endif -- cgit 1.4.1