| 34 #include "misc.h" |
34 #include "misc.h" |
| 35 #include "history.h" |
35 #include "history.h" |
| 36 #include "dialogs.h" |
36 #include "dialogs.h" |
| 37 #include "addObjectDialog.h" |
37 #include "addObjectDialog.h" |
| 38 #include "messagelog.h" |
38 #include "messagelog.h" |
| 39 #include "build/moc_gldraw.cpp" |
39 #include "moc_gldraw.cxx" |
| 40 |
40 |
| 41 static const struct staticCameraMeta { |
41 static const struct staticCameraMeta { |
| 42 const char glrotate[3]; |
42 const char glrotate[3]; |
| 43 const Axis axisX, axisY; |
43 const Axis axisX, axisY; |
| 44 const bool negX, negY; |
44 const bool negX, negY; |