From 711fce41c7a9a0843bb59d23ead830ad89b8a903 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 21:59:41 +0100 Subject: Now engine list in game tab is updated properly --- src/game_tab/editor/EditorPanel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_tab/editor/EditorPanel.hpp') diff --git a/src/game_tab/editor/EditorPanel.hpp b/src/game_tab/editor/EditorPanel.hpp index 36d57f1..8502c14 100644 --- a/src/game_tab/editor/EditorPanel.hpp +++ b/src/game_tab/editor/EditorPanel.hpp @@ -36,4 +36,5 @@ public: void OnDelete(wxCommandEvent &event); void OnPreviousMove(wxCommandEvent &event); void OnNextMove(wxCommandEvent &event); + void ApplyPreferences(); }; \ No newline at end of file -- cgit v1.2.3