aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-26 21:59:41 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-26 21:59:41 +0100
commit711fce41c7a9a0843bb59d23ead830ad89b8a903 (patch)
treefd68ead920f862bf83a902ac4a94baf3ed48ae93 /src/game_tab/editor/EditorPanel.hpp
parent6c34ef20fb217d240c790b24ea330592679ac010 (diff)
Now engine list in game tab is updated properly
Diffstat (limited to 'src/game_tab/editor/EditorPanel.hpp')
-rw-r--r--src/game_tab/editor/EditorPanel.hpp1
1 files changed, 1 insertions, 0 deletions
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