aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 14:56:05 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 14:56:05 +0200
commit0fdebc7d7a143ad2b9b5ed6a596bf4bb1f0f7d7f (patch)
tree7400cea54bc40b01f64cf91c26a4ae20980a64cc /src/crepe/api/BehaviorScript.h
parenta2c719948ff8af9abe267c4d1c9b16cd1e2fb317 (diff)
parent77555730e3ddb811b9ce8470659663e3f1573de2 (diff)
merge master into loek/scripts
Diffstat (limited to 'src/crepe/api/BehaviorScript.h')
-rw-r--r--src/crepe/api/BehaviorScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h
index b8263ca..6ce6798 100644
--- a/src/crepe/api/BehaviorScript.h
+++ b/src/crepe/api/BehaviorScript.h
@@ -2,7 +2,8 @@
#include <memory>
-#include "../Component.h"
+#include "Component.h"
+#include "Script.h"
namespace crepe {
class ScriptSystem;