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" |
|
30 |
29 |
31 List<PrimitiveCategory> g_PrimitiveCategories; |
30 List<PrimitiveCategory> g_PrimitiveCategories; |
32 static PrimitiveLister* g_activePrimLister = null; |
31 static PrimitiveLister* g_activePrimLister = null; |
33 static bool g_primListerMutex = false; |
32 static bool g_primListerMutex = false; |
34 List<Primitive> g_primitives; |
33 List<Primitive> g_primitives; |