From b170bf6dce390889ecc66c033659065117116fbe Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Wed, 27 Apr 2022 03:31:52 +0200 Subject: [PATCH] function ref. --- libultraship/libultraship/SohImGuiImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libultraship/libultraship/SohImGuiImpl.h b/libultraship/libultraship/SohImGuiImpl.h index dc6e24ee1..b97c3fb8f 100644 --- a/libultraship/libultraship/SohImGuiImpl.h +++ b/libultraship/libultraship/SohImGuiImpl.h @@ -60,6 +60,7 @@ namespace SohImGui { extern Console* console; void Init(WindowImpl window_impl); void Update(EventImpl event); + void EnhancementRadioButton(std::string text, std::string cvarName, int value); void DrawMainMenuAndCalculateGameSize(void); void DrawFramebufferAndGameInput(void); void Render(void);