aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 19:46:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 19:46:15 +0100
commit297d621987c224db26eadfb9bde9235741387496 (patch)
tree9b21b5900ce8982f10c52e7312dbf3c471afdb73 /src/crepe/system
parent80a80f385874ea109b54454b58e84037aa6092cc (diff)
more cleanup + script utilities
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/ScriptSystem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/system/ScriptSystem.cpp b/src/crepe/system/ScriptSystem.cpp
index ab79fc3..11da618 100644
--- a/src/crepe/system/ScriptSystem.cpp
+++ b/src/crepe/system/ScriptSystem.cpp
@@ -1,3 +1,4 @@
+#include "../util/dbg.h"
#include "../api/BehaviorScript.h"
#include "../api/Script.h"
#include "../manager/ComponentManager.h"