mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve db tab
This commit is contained in:
parent
c49b48df01
commit
3b7cc1c847
7 changed files with 150 additions and 2 deletions
10
src/base_tab/BaseManageTab.hpp
Normal file
10
src/base_tab/BaseManageTab.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "ochess.hpp"
|
||||
|
||||
|
||||
|
||||
class BaseManageTab : public TabBase_TabManage {
|
||||
|
||||
|
||||
public:
|
||||
BaseManageTab(wxFrame *parent);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue