X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=d66f93badd104b65bdc02cba8a1967e479665769;hb=ea7712f342020baf61cf33ba98b12140da6aecf7;hp=fb057652e2b3a4956778a610d3d4a9186835df7f;hpb=8d80165e3ab9173b8689b3b3420b40bf3020161f;p=architektonas diff --git a/src/global.h b/src/global.h index fb05765..d66f93b 100644 --- a/src/global.h +++ b/src/global.h @@ -35,12 +35,16 @@ class Global 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__