From a1e4f9347a067eb2b6acc7ba81dfae71e84bd14c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 1 Feb 2020 15:45:23 +0100 Subject: [PATCH] examples/text/Game.h: no need to extend sp::InputListener --- examples/text/Game.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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*/