isleapp: Match prototype of LoadConfig in header

This commit is contained in:
AllMeatball 2025-05-12 16:39:14 -05:00
parent 584dc23bf8
commit cd3554cbc2

View File

@ -36,7 +36,7 @@ class IsleApp {
); );
MxResult SetupWindow(); MxResult SetupWindow();
void LoadConfig(); bool LoadConfig();
void Tick(); void Tick();
void SetupCursor(Cursor p_cursor); void SetupCursor(Cursor p_cursor);