From 350f446d004ae5f2c926426ee26c6ad34fabbb38 Mon Sep 17 00:00:00 2001 From: Willy-JL Date: Wed, 18 Jan 2023 10:29:47 +0000 Subject: [PATCH] Actually expose dolphin levels --- applications/services/dolphin/helpers/dolphin_state.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/services/dolphin/helpers/dolphin_state.h b/applications/services/dolphin/helpers/dolphin_state.h index fcfaaf1a5..e0c6af1ef 100644 --- a/applications/services/dolphin/helpers/dolphin_state.h +++ b/applications/services/dolphin/helpers/dolphin_state.h @@ -43,6 +43,8 @@ uint32_t dolphin_state_xp_to_levelup(int icounter); uint32_t dolphin_state_xp_above_last_levelup(int icounter); +const int* dolphin_get_levels(); + bool dolphin_state_is_levelup(int icounter); void dolphin_state_increase_level(DolphinState* dolphin_state);