X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=18faa979093537e3a42e03201362220fa5ed3e56;hb=fce575a51ba1f26418869c20e63b9f388e118ab6;hp=796cc45944f8dd4bb2df10234554e29b199f39b3;hpb=5d8c9e52606315fbfe857f2715b8f051b4f97491;p=architektonas diff --git a/src/global.h b/src/global.h index 796cc45..18faa97 100644 --- a/src/global.h +++ b/src/global.h @@ -41,6 +41,7 @@ class Global static uint32_t objectID; static int tool; static int toolState; + static bool toolSuppressCrosshair; static Point origin; static double zoom;