aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-07 12:44:27 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-07 12:44:27 +0100
commit41c0ea36b025f0c15c7d14db8d88eb9558085b74 (patch)
tree7960787822f4bea96b29af1d81db855edf039759 /src/crepe/api
parentd7b17796943e2cc09bf4de853a9c1a19d3cb6786 (diff)
parentce8debc03d2ed291285535462cbf4411bf298278 (diff)
Merge remote-tracking branch 'origin/master' into max/big-cleanup
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/BehaviorScript.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h
index 21638f4..6b1fec7 100644
--- a/src/crepe/api/BehaviorScript.h
+++ b/src/crepe/api/BehaviorScript.h
@@ -5,12 +5,9 @@
#include "../Component.h"
namespace crepe {
+
class ScriptSystem;
class ComponentManager;
-} // namespace crepe
-
-namespace crepe {
-
class Script;
class BehaviorScript : public Component {