mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 02:46:17 -04:00
ksys/res: Implement more ResourceUnit functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user