summaryrefslogtreecommitdiffstats
path: root/Project/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/main.cpp')
-rw-r--r--Project/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/main.cpp b/Project/main.cpp
index 69c2c6a..358bc6d 100644
--- a/Project/main.cpp
+++ b/Project/main.cpp
@@ -2,6 +2,8 @@
#pragma diag_suppress 102
#endif
+#include <GL/glew.h>
+
#include <wx/app.h>
#include <wx/cmdline.h>
#include <wx/event.h>
@@ -32,6 +34,7 @@
class MainApp : public wxApp
{
public:
+
MainApp() {}
virtual ~MainApp() {}
bool LoadInitFile(PropertiesData* propertiesData)