| 24 #include "gui.h" |
24 #include "gui.h" |
| 25 #include "primitives.h" |
25 #include "primitives.h" |
| 26 #include "ui_makeprim.h" |
26 #include "ui_makeprim.h" |
| 27 #include "misc.h" |
27 #include "misc.h" |
| 28 #include "colors.h" |
28 #include "colors.h" |
| |
29 #include "moc_primitives.cxx" |
| 29 |
30 |
| 30 List<PrimitiveCategory> g_PrimitiveCategories; |
31 List<PrimitiveCategory> g_PrimitiveCategories; |
| 31 static PrimitiveLister* g_activePrimLister = null; |
32 static PrimitiveLister* g_activePrimLister = null; |
| 32 static bool g_primListerMutex = false; |
33 static bool g_primListerMutex = false; |
| 33 List<Primitive> g_primitives; |
34 List<Primitive> g_primitives; |