mirror of
https://github.com/zeldaret/botw
synced 2026-06-25 09:22:29 -04:00
ksys/act: Start adding RootAi
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "KingSystem/ActorSystem/actAiAction.h"
|
||||
#include "KingSystem/ActorSystem/actAiRoot.h"
|
||||
|
||||
namespace ksys::act::ai {
|
||||
|
||||
@@ -8,4 +9,6 @@ void Action::calc() {
|
||||
calc_();
|
||||
}
|
||||
|
||||
template class ClassContainer<Action>;
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
|
||||
Reference in New Issue
Block a user