diff --git a/src/KingSystem/Resource/resSystem.h b/src/KingSystem/Resource/resSystem.h index 9396d3b6..f8a0d333 100644 --- a/src/KingSystem/Resource/resSystem.h +++ b/src/KingSystem/Resource/resSystem.h @@ -4,6 +4,10 @@ namespace ksys::res { +class EntryFactoryBase; + +void registerEntryFactory(EntryFactoryBase* factory, const sead::SafeString& name); + // In release builds, the only thing this function does is return 1. // TODO: figure out what this is used for. Stubbed log function? bool stubbedLogFunction();