mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-18 03:42:02 +00:00
8 lines
120 B
C++
8 lines
120 B
C++
![]() |
#include "ochess.hpp"
|
||
|
|
||
|
class BaseImportTab : public TabBase_TabImport {
|
||
|
|
||
|
|
||
|
public:
|
||
|
BaseImportTab(wxFrame *parent);
|
||
|
};
|