diff options
| author | Léo Lam <leo@leolam.fr> | 2020-10-10 16:37:41 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-10-11 01:15:56 +0200 |
| commit | fc0d0ddaf7b7bf8a79a86ba0181ecc3b1c4a5b57 (patch) | |
| tree | e1bc7a96f8dbf2f19d4ae0e4c7e3a3eaa0276c9a /src/KingSystem/Resource/resSystem.h | |
| parent | 689221f4a27048fdd2060a292341517ab20846cc (diff) | |
ksys/res: Implement more ResourceUnit functions
Diffstat (limited to 'src/KingSystem/Resource/resSystem.h')
| -rw-r--r-- | src/KingSystem/Resource/resSystem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/KingSystem/Resource/resSystem.h b/src/KingSystem/Resource/resSystem.h index c22ac378..4ce9a16d 100644 --- a/src/KingSystem/Resource/resSystem.h +++ b/src/KingSystem/Resource/resSystem.h @@ -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 |
