summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resSystem.h
diff options
context:
space:
mode:
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