ksys/act: Fix ActorParamMgr struct and add ASSetting stub

This commit is contained in:
Léo Lam
2020-11-08 15:51:44 +01:00
parent aa92bf882c
commit a9ec880f2e
9 changed files with 101 additions and 17 deletions
@@ -0,0 +1,14 @@
#include "KingSystem/ActorSystem/actActorParamMgr.h"
#include "KingSystem/ActorSystem/actASSetting.h"
namespace ksys::act {
SEAD_SINGLETON_DISPOSER_IMPL(ActorParamMgr)
ActorParamMgr::ActorParamMgr() = default;
ActorParamMgr::~ActorParamMgr() {
ASSetting::deleteInstance();
}
} // namespace ksys::act