mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-07 02:26:29 +02:00
12 lines
No EOL
202 B
C++
12 lines
No EOL
202 B
C++
|
|
|
|
#include "BasePanelBF.h"
|
|
|
|
class BaseTab : public BasePanelBF, public TabInfos {
|
|
|
|
public:
|
|
BaseTab(wxFrame *parent) : BasePanelBF(parent),TabInfos(TabInfos::BASE) {}
|
|
void ApplyPreferences(){
|
|
|
|
}
|
|
}; |