]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Rendering for Line, Circle, and Arc work.
[architektonas] / src / global.h
index 33fcd7a44e87f99ea27fbbabb851d4a7af622c91..a98b9ac815436b270ed668fad87d3b4d7b5f581e 100644 (file)
@@ -4,6 +4,7 @@
 // Global variable class. Note that all vars are class vars, so we don't have
 // to do any instantiation shite.
 
+#include <stdint.h>
 #include <QRectF>
 #include "vector.h"
 
@@ -29,6 +30,7 @@ class Global
                static bool snapToGrid;
                static bool ignoreClicks;
                static bool dontMove;
+               static uint32_t objectID;
 
                // Coming soon...
                static Point origin;