summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.cpp
diff options
context:
space:
mode:
authorRoní Gonçalves <ronignc@gmail.com>2017-05-07 18:13:30 -0300
committerRoní Gonçalves <ronignc@gmail.com>2017-05-07 18:13:30 -0300
commit83aac18c1f8979fc9577fe23ad1522a3a6643940 (patch)
treed6fc2b0074a9879e01e776f04fe848bb4ae78f98 /Project/ControlEditor.cpp
parent7ade1da522d642fa5f7a38e62d0e865733ef1afe (diff)
downloadPSP.git-83aac18c1f8979fc9577fe23ad1522a3a6643940.tar.gz
PSP.git-83aac18c1f8979fc9577fe23ad1522a3a6643940.tar.xz
PSP.git-83aac18c1f8979fc9577fe23ad1522a3a6643940.zip
Added DegreesAndRadians.h and included conditional compilation in some files in order to allow compiling this project using wxWidgets-3.0.x
Diffstat (limited to 'Project/ControlEditor.cpp')
-rw-r--r--Project/ControlEditor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/ControlEditor.cpp b/Project/ControlEditor.cpp
index a9d0213..27c5662 100644
--- a/Project/ControlEditor.cpp
+++ b/Project/ControlEditor.cpp
@@ -1,5 +1,8 @@
#include "ControlEditor.h"
+#ifdef USING_WX_3_0_X
+#include "DegreesAndRadians.h"
+#endif
#include "FileHanding.h"
#include "Camera.h"
#include "ControlElement.h"