25 #include "editHistory.h" |
25 #include "editHistory.h" |
26 #include "glRenderer.h" |
26 #include "glRenderer.h" |
27 #include "colors.h" |
27 #include "colors.h" |
28 #include "glCompiler.h" |
28 #include "glCompiler.h" |
29 |
29 |
30 CFGENTRY (String, DefaultName, ""); |
30 CFGENTRY (String, DefaultName, "") |
31 CFGENTRY (String, DefaultUser, ""); |
31 CFGENTRY (String, DefaultUser, "") |
32 CFGENTRY (Bool, UseCALicense, true); |
32 CFGENTRY (Bool, UseCALicense, true) |
33 |
33 |
34 // List of all LDObjects |
34 // List of all LDObjects |
35 QMap<long, LDObjectWeakPtr> g_allObjects; |
35 QMap<long, LDObjectWeakPtr> g_allObjects; |
36 static int32 g_idcursor = 1; // 0 shalt be null |
36 static int32 g_idcursor = 1; // 0 shalt be null |
37 static constexpr int32 g_maxID = (1 << 24); |
37 static constexpr int32 g_maxID = (1 << 24); |