summary refs log tree commit diff stats
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h index dd5e52b..e070858 100644 --- a/state.h +++ b/state.h
@@ -4,6 +4,7 @@
4class State 4class State
5{ 5{
6 public: 6 public:
7 virtual void input(SDLKey key) = 0;
7 virtual void render(SDL_Surface* screen) = 0; 8 virtual void render(SDL_Surface* screen) = 0;
8}; 9};
9 10