ksys/res: Implement more ResourceUnit functions

This commit is contained in:
Léo Lam
2020-10-10 16:37:41 +02:00
parent 689221f4a2
commit fc0d0ddaf7
11 changed files with 266 additions and 47 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#pragma once
#include <prim/seadSafeString.h>
namespace ksys::res {
// In release builds, the only thing this function does is return 1.
@@ -12,6 +14,6 @@ bool returnFalse();
// In release builds, the only thing this function does is return 0.
// TODO: figure out what this is used for. Stubbed log function?
bool returnFalse2();
bool returnFalse2(const sead::SafeString&);
} // namespace ksys::res