mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-21 14:57:42 +00:00
Improve db tab
This commit is contained in:
parent
c49b48df01
commit
3b7cc1c847
7 changed files with 150 additions and 2 deletions
src/base_tab
|
@ -3,12 +3,13 @@
|
|||
#include "ochess.hpp"
|
||||
#include "BaseGameTab.hpp"
|
||||
#include "BaseImportTab.hpp"
|
||||
#include "BaseManageTab.hpp"
|
||||
|
||||
class BaseTab : public TabBase, public TabInfos {
|
||||
std::shared_ptr<GameBase> base;
|
||||
BaseGameTab *games_tab;
|
||||
BaseImportTab *import_tab;
|
||||
|
||||
BaseManageTab * manage_tab;
|
||||
public:
|
||||
BaseTab(wxFrame *parent, std::string base_file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue