34 #include "ldpaths.h" |
34 #include "ldpaths.h" |
35 #include "documentmanager.h" |
35 #include "documentmanager.h" |
36 |
36 |
37 MainWindow* g_win = nullptr; |
37 MainWindow* g_win = nullptr; |
38 ConfigurationValueBag config; |
38 ConfigurationValueBag config; |
39 const Vertex Origin(0.0f, 0.0f, 0.0f); |
|
40 const Matrix IdentityMatrix({1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f}); |
39 const Matrix IdentityMatrix({1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f}); |
41 |
40 |
42 ConfigOption(bool FirstStart = true) |
41 ConfigOption(bool FirstStart = true) |
43 |
42 |
44 // ============================================================================= |
43 // ============================================================================= |