X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=d59155e5a0c0d1e8c8b74c124ef75859e435b202;hb=a398911ea125eb6b25320e96599e0ae39b720cf8;hp=fb057652e2b3a4956778a610d3d4a9186835df7f;hpb=4bc000ba003a53fb11428a2eb71e3b4471a15c7a;p=architektonas diff --git a/src/global.h b/src/global.h index fb05765..d59155e 100644 --- a/src/global.h +++ b/src/global.h @@ -35,6 +35,7 @@ class Global static bool dontMove; static uint32_t objectID; static int tool; + static int toolState; static Point origin; static double zoom;