From f9aa198eef7b85eeba3bac4c4fe2d4578b836bbf Mon Sep 17 00:00:00 2001
From: Loek Le Blansch <loek@pipeframe.xyz>
Date: Sun, 13 Oct 2024 20:52:08 +0200
Subject: WIP behavior script (problems)

---
 src/example/script.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/example')

diff --git a/src/example/script.cpp b/src/example/script.cpp
index 28605c7..b8b3c8d 100644
--- a/src/example/script.cpp
+++ b/src/example/script.cpp
@@ -11,9 +11,10 @@
 #include <crepe/api/BehaviorScript.h>
 
 using namespace crepe;
+using namespace crepe::api;
 using namespace std;
 
-class MyScript : public api::BehaviorScript {
+class MyScript : public BehaviorScript {
 	void update() {
 		dbg_trace();
 	}
-- 
cgit v1.2.3