diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 13:02:27 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 13:02:27 +0100 |
| commit | 7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 (patch) | |
| tree | cdbe28d8de4e0774885779a85f7e8c3b7e059f30 /src/game_tab/editor/EditorPanel.hpp | |
| parent | ff6b1980c93140db2143b5dcad27f5cdc946632b (diff) | |
Cleaning GUI files
Diffstat (limited to 'src/game_tab/editor/EditorPanel.hpp')
| -rw-r--r-- | src/game_tab/editor/EditorPanel.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game_tab/editor/EditorPanel.hpp b/src/game_tab/editor/EditorPanel.hpp index b0a00ce..3ab98a5 100644 --- a/src/game_tab/editor/EditorPanel.hpp +++ b/src/game_tab/editor/EditorPanel.hpp @@ -1,6 +1,5 @@ #include "../Game.hpp" #include "EditorCanvas.hpp" -#include "EditorPanelBF.h" #include "ochess.hpp" #include <wx/listctrl.h> #include <wx/notebook.h> @@ -15,7 +14,7 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); // Foreign events wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); -class EditorPanel : public EditorPanelBF { +class EditorPanel : public TabGameRightPanel { Game *game; EditorCanvas *editor_canvas; long selected_item; |
