aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ochess.cpp')
-rw-r--r--src/ochess.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ochess.cpp b/src/ochess.cpp
index 74ffc88..3cfa8be 100644
--- a/src/ochess.cpp
+++ b/src/ochess.cpp
@@ -1,5 +1,6 @@
#include "ochess.hpp"
#include "MainWindow.hpp"
+#include "base_tab/BaseTab.hpp"
bool MyApp::OnInit() {
wxImage::AddHandler(new wxPNGHandler);
@@ -18,6 +19,7 @@ std::vector<TabInfos *> MyApp::ListTabInfos() {
return (tinfos);
}
+
wxIMPLEMENT_APP(MyApp);
void Abort(std::string msg) {