mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-10 08:20:23 +00:00
10 lines
122 B
C++
10 lines
122 B
C++
![]() |
#include "ochess.hpp"
|
||
|
|
||
|
|
||
|
|
||
|
class BaseManageTab : public TabBase_TabManage {
|
||
|
|
||
|
|
||
|
public:
|
||
|
BaseManageTab(wxFrame *parent);
|
||
|
};
|