diff options
| author | AlexApps99 <alex.apps99@gmail.com> | 2021-08-16 11:26:11 +1200 |
|---|---|---|
| committer | AlexApps99 <alex.apps99@gmail.com> | 2021-08-20 23:27:01 +1200 |
| commit | dfeb87fd3d128d655633e29b0b71eb795d58eab2 (patch) | |
| tree | 4c123792562055302e02887566aee8bfe586b3bf /src/KingSystem/Resource/resSystem.h | |
| parent | 8812e80809dcc18d00faa7f21f5f28b92bfefc66 (diff) | |
ksys: Add StarterPackMgr
Diffstat (limited to 'src/KingSystem/Resource/resSystem.h')
| -rw-r--r-- | src/KingSystem/Resource/resSystem.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <prim/seadSafeString.h> +#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 |
