aboutsummaryrefslogtreecommitdiff
path: root/src/engine_tab/EngineTab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine_tab/EngineTab.hpp')
-rw-r--r--src/engine_tab/EngineTab.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp
new file mode 100644
index 0000000..4538d0b
--- /dev/null
+++ b/src/engine_tab/EngineTab.hpp
@@ -0,0 +1,13 @@
+#include "EngineTabBF.h"
+#include "ochess.hpp"
+#include "UCI.hpp"
+
+class EngineTab : public EngineTabBF, public TabInfos {
+ uciadapter::UCI *engine;
+
+public:
+ EngineTab(wxWindow *parent, std::string engine_path_or_name);
+ void ApplyPreferences() {}
+ void *GetGame() { return (NULL); }
+ void *GetBase() { return (NULL); };
+}; \ No newline at end of file