examples/text/Game.h: no need to extend sp::InputListener
This commit is contained in:
parent
9e581ef859
commit
a1e4f9347a
1 changed files with 2 additions and 3 deletions
|
|
@ -3,10 +3,9 @@
|
||||||
#define TEXT_GAME_H
|
#define TEXT_GAME_H
|
||||||
|
|
||||||
#include <Spectre/Math/Vector2.h>
|
#include <Spectre/Math/Vector2.h>
|
||||||
#include <Spectre/Input/InputListener.h>
|
|
||||||
#include <Spectre/Game.h>
|
#include <Spectre/Game.h>
|
||||||
|
|
||||||
class TextExample : public sp::Game, public sp::InputListener
|
class TextExample : public sp::Game
|
||||||
{
|
{
|
||||||
protected :
|
protected :
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue