summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resSystem.h
diff options
context:
space:
mode:
authorAlexApps99 <alex.apps99@gmail.com>2021-08-16 11:26:11 +1200
committerAlexApps99 <alex.apps99@gmail.com>2021-08-20 23:27:01 +1200
commitdfeb87fd3d128d655633e29b0b71eb795d58eab2 (patch)
tree4c123792562055302e02887566aee8bfe586b3bf /src/KingSystem/Resource/resSystem.h
parent8812e80809dcc18d00faa7f21f5f28b92bfefc66 (diff)
ksys: Add StarterPackMgr
Diffstat (limited to 'src/KingSystem/Resource/resSystem.h')
-rw-r--r--src/KingSystem/Resource/resSystem.h11
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