summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorHeapUtil.cpp
blob: 4aa0a1f96b5c315b44cff92f9465fca1a702a906 (plain)
1
2
3
4
5
6
7
8
9
#include "KingSystem/ActorSystem/actActorHeapUtil.h"

namespace ksys::act {

SEAD_SINGLETON_DISPOSER_IMPL(ActorHeapUtil)

ActorHeapUtil::~ActorHeapUtil() = default;

}  // namespace ksys::act