From e601902dd5a9f023594fef6a0f4995e59b4d9a0e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 20:34:42 +0100 Subject: Improve engine managemen --- src/game_tab/editor/EditorPanelBF.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game_tab/editor/EditorPanelBF.h') diff --git a/src/game_tab/editor/EditorPanelBF.h b/src/game_tab/editor/EditorPanelBF.h index 092d750..c5b38d5 100644 --- a/src/game_tab/editor/EditorPanelBF.h +++ b/src/game_tab/editor/EditorPanelBF.h @@ -24,6 +24,7 @@ #include #include #include +#include #include /////////////////////////////////////////////////////////////////////////// @@ -55,7 +56,7 @@ class EditorPanelBF : public wxPanel wxButton* delete_button; wxPanel* engine_page; wxStaticText* engine_list_label; - wxListCtrl* engine_list; + wxListBox* engine_list; wxButton* analyze_game_button; wxButton* live_analysis_button; -- cgit v1.2.3