From cd3554cbc27ebd25f6e76f93790201e93c46bedf Mon Sep 17 00:00:00 2001 From: AllMeatball <181806857+AllMeatball@users.noreply.github.com> Date: Mon, 12 May 2025 16:39:14 -0500 Subject: [PATCH] isleapp: Match prototype of LoadConfig in header --- ISLE/isleapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.h b/ISLE/isleapp.h index 42a0df3a..68110e58 100644 --- a/ISLE/isleapp.h +++ b/ISLE/isleapp.h @@ -36,7 +36,7 @@ class IsleApp { ); MxResult SetupWindow(); - void LoadConfig(); + bool LoadConfig(); void Tick(); void SetupCursor(Cursor p_cursor);