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