diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 12:30:07 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 12:30:07 +0100 |
| commit | e0a1894928abb8361f959a147066e94e2cda996b (patch) | |
| tree | 1ce31d0dda368d6b1c5527aa28d11543e620ee1e /src/MainWindow.hpp | |
| parent | 3b6e7d39cf2d03f2e43c249ece6da32f1f8030a7 (diff) | |
Improve database game import
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 |
