1
0
Fork 0

examples/text/Game.h: no need to include Vector2

This commit is contained in:
Henrik Hautakoski 2020-02-01 15:46:29 +01:00
parent a1e4f9347a
commit 52fe72f31f
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -2,7 +2,6 @@
#ifndef TEXT_GAME_H
#define TEXT_GAME_H
#include <Spectre/Math/Vector2.h>
#include <Spectre/Game.h>
class TextExample : public sp::Game