mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-09 22:56:53 +00:00
12 lines
202 B
C++
12 lines
202 B
C++
![]() |
|
||
|
|
||
|
#include "BasePanelBF.h"
|
||
|
|
||
|
class BaseTab : public BasePanelBF, public TabInfos {
|
||
|
|
||
|
public:
|
||
|
BaseTab(wxFrame *parent) : BasePanelBF(parent),TabInfos(TabInfos::BASE) {}
|
||
|
void ApplyPreferences(){
|
||
|
|
||
|
}
|
||
|
};
|