mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 15:45:05 -04:00
8 lines
122 B
C++
8 lines
122 B
C++
#include "KingSystem/ActorSystem/actActorCreator.h"
|
|
|
|
namespace ksys::act {
|
|
|
|
SEAD_SINGLETON_DISPOSER_IMPL(ActorCreator)
|
|
|
|
}
|