aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialog.hpp')
-rw-r--r--src/game_tab/editor/LiveEngineDialog.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game_tab/editor/LiveEngineDialog.hpp b/src/game_tab/editor/LiveEngineDialog.hpp
deleted file mode 100644
index 999002f..0000000
--- a/src/game_tab/editor/LiveEngineDialog.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "UCI.hpp"
-#include "ochess.hpp"
-#include <wx/timer.h>
-
-class LiveEngineDialog : public DialogLiveEngine {
- uciadapter::UCI *engine;
- std::string engine_name;
- wxTimer timer;
- std::uint32_t interval;
-
-public:
- LiveEngineDialog(wxWindow *parent, std::string engine_name);
- void InitEngine();
- void TogglePauseEngine(wxCommandEvent &event);
- void OnTimerTick(wxTimerEvent &event);
- void SetFEN(std::string fen);
- void StopEngine();
- void StartEngine();
- void OnClose(wxCloseEvent &e);
-}; \ No newline at end of file