diff options
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 0faa556..9a9fc41 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -1,3 +1,5 @@ +#pragma once + #include "base_tab/BaseTab.hpp" #include "game_tab/GameTab.hpp" #include "ochess.hpp" @@ -28,4 +30,5 @@ class MainWindow : public wxFrame { public: MainWindow(); void ApplyPreferences(); + std::vector<TabInfos*> ListTabInfos(); };
\ No newline at end of file |
