X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=d66f93badd104b65bdc02cba8a1967e479665769;hb=ea7712f342020baf61cf33ba98b12140da6aecf7;hp=8143b8d0e10183ab5e735d94daf252ad27f7b3b8;hpb=f507d97c1b1118834a70332f5f79d8479a6964c0;p=architektonas diff --git a/src/global.h b/src/global.h index 8143b8d..d66f93b 100644 --- a/src/global.h +++ b/src/global.h @@ -34,12 +34,17 @@ class Global static bool ignoreClicks; static bool dontMove; static uint32_t objectID; + static int tool; + static int toolState; static Point origin; static double zoom; static Vector screenSize; static float scale; + + static int activeLayer; + static bool layerIsLocked; }; #endif // __GLOBALS_H__