aboutsummaryrefslogtreecommitdiff
path: root/src/test/ScriptTest.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-13 17:42:34 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-13 17:42:34 +0100
commit3a23e41255af0de3c5c7f5d9df981c8b205e291f (patch)
tree50593d45598dd60eecafef514ef4fe3e9957b845 /src/test/ScriptTest.h
parentc5667ee90d7d542aa9984eb31b48b59d6240119b (diff)
add timer functionality to script
Diffstat (limited to 'src/test/ScriptTest.h')
-rw-r--r--src/test/ScriptTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ScriptTest.h b/src/test/ScriptTest.h
index 31fa7c9..7aa858d 100644
--- a/src/test/ScriptTest.h
+++ b/src/test/ScriptTest.h
@@ -17,6 +17,7 @@ public:
crepe::ComponentManager component_manager{mediator};
crepe::ScriptSystem system{mediator};
crepe::EventManager event_mgr{mediator};
+ crepe::LoopTimerManager loop_timer{mediator};
crepe::GameObject entity = component_manager.new_object(OBJ_NAME);
class MyScript : public crepe::Script {