mirror of
https://github.com/zeldaret/botw
synced 2026-06-09 04:29:49 -04:00
8 lines
144 B
C++
8 lines
144 B
C++
#include "KingSystem/ActorSystem/actActorSystem.h"
|
|
|
|
namespace ksys::act {
|
|
|
|
SEAD_SINGLETON_DISPOSER_IMPL(ActorSystem)
|
|
|
|
} // namespace ksys::act
|