src/primitives.cpp

changeset 475
1f5ab7410e4d
parent 473
2a84149fe642
child 484
5b5c77c7f3dd
equal deleted inserted replaced
474:63838461cb72 475:1f5ab7410e4d
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;

mercurial