aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:53:29 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:53:29 +0100
commit94f99f931e22b5eecbc26b19038788e620ff27ee (patch)
tree7850fdc62544e6a1b6b4c1be51b596a136171b7e /game
parente72dc913e7b35bcd2f6ba8107ea46e383afd25e1 (diff)
Deleted iostream include
Diffstat (limited to 'game')
-rw-r--r--game/GameScene.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/GameScene.cpp b/game/GameScene.cpp
index db1a753..a224cfd 100644
--- a/game/GameScene.cpp
+++ b/game/GameScene.cpp
@@ -21,7 +21,6 @@
#include <crepe/api/Sprite.h>
#include <crepe/api/Transform.h>
#include <crepe/types.h>
-#include <iostream>
using namespace crepe;
using namespace std;