From e0a1894928abb8361f959a147066e94e2cda996b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 12:30:07 +0100 Subject: Improve database game import --- src/MainWindow.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/MainWindow.hpp') 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 ListTabInfos(); }; \ No newline at end of file -- cgit v1.2.3