diff options
Diffstat (limited to 'src/Game/UI')
| -rw-r--r-- | src/Game/UI/uiUtils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Game/UI/uiUtils.h b/src/Game/UI/uiUtils.h index ace7653e..e39d53c9 100644 --- a/src/Game/UI/uiUtils.h +++ b/src/Game/UI/uiUtils.h @@ -34,4 +34,8 @@ int getItemGeneralLife(const char* name); // TODO: move this to yet another translation unit (TBD but not the same one as the above) void addItemForDebug(const sead::SafeString& name, int value); +int countCookResultsCheck(const sead::SafeString& name, s32 effect_type); +int countCookResultsAllOk(const sead::SafeString& name); +int getItemValue(const sead::SafeString& name); + } // namespace uking::ui |
