diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 13:56:41 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 13:56:41 +0100 |
commit | a4b9e948ac0acd14d82e009a75e1fccdddeeab9b (patch) | |
tree | fe8b4b7ae292b4819ebbe5a6c3f4e29d30a506bd /game/StartGameScript.cpp | |
parent | fcec9d7598f0808d4081120a9cb2036bdea59737 (diff) |
removed iostream
Diffstat (limited to 'game/StartGameScript.cpp')
-rw-r--r-- | game/StartGameScript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp index 77a8598..48055af 100644 --- a/game/StartGameScript.cpp +++ b/game/StartGameScript.cpp @@ -1,7 +1,6 @@ #include "StartGameScript.h" #include "Config.h" #include "api/BehaviorScript.h" -#include <iostream> #include <crepe/api/Animator.h> #include <crepe/api/AudioSource.h> |