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