From dfeb87fd3d128d655633e29b0b71eb795d58eab2 Mon Sep 17 00:00:00 2001 From: AlexApps99 Date: Mon, 16 Aug 2021 11:26:11 +1200 Subject: ksys: Add StarterPackMgr --- src/KingSystem/Resource/resSystem.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/KingSystem/Resource/resSystem.h') diff --git a/src/KingSystem/Resource/resSystem.h b/src/KingSystem/Resource/resSystem.h index 4d44d20f..9cdc52f8 100644 --- a/src/KingSystem/Resource/resSystem.h +++ b/src/KingSystem/Resource/resSystem.h @@ -1,6 +1,7 @@ #pragma once #include +#include "resHandle.h" namespace ksys::res { @@ -27,4 +28,14 @@ bool returnFalse3(const sead::SafeString& path); s32 getDefaultAlignment(); +// In release builds, this function does nothing. +// TODO: figure out what this is used for. Stubbed log function? +void registerPackExtension(bool has_extension, const sead::SafeString& extension); + +// In release builds, this function does nothing. +// TODO: figure out what this is used for. Stubbed log function? +void stubbedBool(bool); + +void setResourceMgrPack(Handle* pack); + } // namespace ksys::res -- cgit v1.2.3