From 60dd80779a92120c74e7bda9e1ccf2695e2c7c19 Mon Sep 17 00:00:00 2001 From: theo3 Date: Thu, 1 Jul 2021 19:28:09 -0700 Subject: match some ai::Query --- src/Game/UI/uiUtils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Game/UI') 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 -- cgit v1.2.3