mirror of
https://github.com/zeldaret/botw
synced 2026-05-31 17:31:53 -04:00
10 lines
192 B
C++
10 lines
192 B
C++
#include "KingSystem/ActorSystem/actActorHeapUtil.h"
|
|
|
|
namespace ksys::act {
|
|
|
|
SEAD_SINGLETON_DISPOSER_IMPL(ActorHeapUtil)
|
|
|
|
ActorHeapUtil::~ActorHeapUtil() = default;
|
|
|
|
} // namespace ksys::act
|