Skip to content

Commit 2e6042b

Browse files
committed
Fix some warnings in Windows
1 parent bfd1f49 commit 2e6042b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Engine/src/engine/Engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern void DrawBuffers(sf::RenderTarget& target);
5252
}
5353

5454
// finds settings.json and loads them
55-
void LoadEngineSettings();
55+
// void LoadEngineSettings();
5656

5757
static void EventHandler(AppWindow& window)
5858
{

ToadRunner/src/entry.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ int main(int argc, char** argv)
2626
ImGui::SetCurrentContext(Toad::GetWindow().GetImGuiContext());
2727

2828
Toad::Run();
29+
30+
return 0;
2931
}

0 commit comments

Comments
 (0)