X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=597ceadf0fa5762cef44c0cb7ff33adb8a68548c;hb=b8bab716d9302fbb04d97679ee499eac781f1b22;hp=796cc45944f8dd4bb2df10234554e29b199f39b3;hpb=742d2aa9bb46bce4f690474fa22f5980e175e55e;p=architektonas diff --git a/src/global.h b/src/global.h index 796cc45..597cead 100644 --- a/src/global.h +++ b/src/global.h @@ -41,6 +41,10 @@ class Global static uint32_t objectID; static int tool; static int toolState; + static bool toolSuppressCrosshair; + static double parallelDist; + static int parallelNum; + static int parallelBU; static Point origin; static double zoom;