Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Oct 5, 2023
1 parent 56f31f8 commit 4722ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ void UpdateFoundPopup() {
ImGui::TextWrapped("Click on the `Download page` button and follow the instructions there to update.");
}

void ControlsPopup();

void AboutEditorPopup() {
ImGui::Spacing();
if (ImGui::Button("Discord", ImVec2(Utils::GetSize(3)))) {
Expand Down

0 comments on commit 4722ac8

Please sign in to comment.