X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=a98b9ac815436b270ed668fad87d3b4d7b5f581e;hb=84afe881653a02a16b19d4da37435b8701b1a826;hp=33fcd7a44e87f99ea27fbbabb851d4a7af622c91;hpb=db0a3d91f37031e155cc8eac7cfdec9889f233ee;p=architektonas diff --git a/src/global.h b/src/global.h index 33fcd7a..a98b9ac 100644 --- a/src/global.h +++ b/src/global.h @@ -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 #include #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;