diff --git a/examples/text/Game.h b/examples/text/Game.h index f0cd6ba..d06f0da 100644 --- a/examples/text/Game.h +++ b/examples/text/Game.h @@ -3,10 +3,9 @@ #define TEXT_GAME_H #include -#include #include -class TextExample : public sp::Game, public sp::InputListener +class TextExample : public sp::Game { protected : @@ -17,4 +16,4 @@ protected : void render(); }; -#endif /* TEXT_GAME_H*/ \ No newline at end of file +#endif /* TEXT_GAME_H*/