diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-24 10:18:02 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-24 10:18:02 +0100 |
| commit | bdfc577a3b8c360d48c4d094d532786de44c5aed (patch) | |
| tree | bebe68b8584da7a05ee58a8f26746fcdbfc0cbb5 /src/MainWindow.hpp | |
| parent | a8fece4ea62a4831c923ebc7e3ce11d594f9da23 (diff) | |
Start BaseTab design
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 31e63d8..87cf015 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -1,4 +1,5 @@ #include "game_tab/GameTab.hpp" +#include "base_tab/BaseTab.hpp" #include "ochess.hpp" #include <wx/aui/auibook.h> #include <wx/filedlg.h> |
