Improve db tab

This commit is contained in:
Loic Guegan 2022-12-23 18:23:05 +01:00
parent c49b48df01
commit 3b7cc1c847
7 changed files with 150 additions and 2 deletions

View file

@ -0,0 +1,10 @@
#include "ochess.hpp"
class BaseManageTab : public TabBase_TabManage {
public:
BaseManageTab(wxFrame *parent);
};