diff options
author | Andy <drumsetmonkey@gmail.com> | 2019-08-30 11:01:15 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2019-08-30 11:01:15 -0400 |
commit | 3a5718d4ab0d9f726686c601579a4c586a65e269 (patch) | |
tree | 2c67002feac01a20b4f98d11dfd77341eda66278 /src/script.cpp | |
parent | 9fe9b81f9a36c6333ef0dd66d5ec249bd07368c7 (diff) |
Added IdleFunc components to entities, this will be assigned to all entities no matter what, even if the idle func is empty
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.cpp b/src/script.cpp index 86917b9..bb413fe 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -66,6 +66,7 @@ int ScriptSystem::init(void) #include <components/Position.hpp> #include <components/Name.hpp> #include <components/Render.hpp> +#include <components/IdleFunc.hpp> void ScriptSystem::doFile(void) { |