This commit is contained in:
wcjbr
2026-08-16 13:34:42 +08:00
parent d36fd6d2ee
commit 07aeced2e4
17 changed files with 40 additions and 40 deletions
+3 -3
View File
@@ -7,11 +7,11 @@
#include <actor.hpp>
namespace openceg::render {
namespace boundard::render {
class InputMap;
}
namespace openceg {
namespace boundard {
using ActorInitHandler = std::function<void(Actor&)>;
using ActorTickHandler = std::function<void(Actor&, float, const render::InputMap&)>;
@@ -62,4 +62,4 @@ class BehaviorRegistry {
std::unordered_map<std::string, ActorTickHandler> tick_handlers_;
};
} // namespace openceg
} // namespace boundard