mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
13 lines
No EOL
290 B
C++
13 lines
No EOL
290 B
C++
|
|
#include "ochess.hpp"
|
|
#include "BasePanelBF.h"
|
|
#include "gamebase/GameBase.hpp"
|
|
#include "gamebase/PGNGameBase.hpp"
|
|
|
|
class BaseTab : public BasePanelBF, public TabInfos {
|
|
GameBase *base;
|
|
public:
|
|
BaseTab(wxFrame *parent);
|
|
void ApplyPreferences();
|
|
void LoadFile(std::string path);
|
|
}; |