Skip to content

Commit 605083c

Browse files
authored
Add save_config parameter to start function
1 parent 779fa26 commit 605083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/window.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#include <imgui/imgui.h>
66

77
namespace window {
8-
void start(const std::function<void()>& body);
8+
void start(const std::function<void()>& body, const std::function<void()>& save_config);
99
}

0 commit comments

Comments
 (0)