diff options
| author | Léo Lam <leo@leolam.fr> | 2020-12-19 21:52:22 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-12-19 21:52:22 +0100 |
| commit | 058cca1a3fa983bdb8009ad759ae6cb4c7542179 (patch) | |
| tree | f0635eca45589ec7009138fa8ad74c0279bdc875 /src/KingSystem/ActorSystem/actAiQuery.cpp | |
| parent | 19ef291d20e0f8e6333271163eabdd75b969928a (diff) | |
ksys: Replace ClassContainer<T> with 4 different classes
Some functions look really similar but other functions have significant
differences, so it is probably not a class template.
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actAiQuery.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp index 8cd16602..234866ca 100644 --- a/src/KingSystem/ActorSystem/actAiQuery.cpp +++ b/src/KingSystem/ActorSystem/actAiQuery.cpp @@ -77,6 +77,4 @@ bool Query::getAITreeVariable(void** value, const sead::SafeString& param) const return mActor->getRootAi()->getAITreeVariable(value, param); } -template class ClassContainer<Query>; - } // namespace ksys::act::ai |
