X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;fp=src%2Fglobal.h;h=597ceadf0fa5762cef44c0cb7ff33adb8a68548c;hb=b8bab716d9302fbb04d97679ee499eac781f1b22;hp=18faa979093537e3a42e03201362220fa5ed3e56;hpb=cdde036d71eb0ea9b450345bd297c8730591b26b;p=architektonas diff --git a/src/global.h b/src/global.h index 18faa97..597cead 100644 --- a/src/global.h +++ b/src/global.h @@ -42,6 +42,9 @@ class Global static int tool; static int toolState; static bool toolSuppressCrosshair; + static double parallelDist; + static int parallelNum; + static int parallelBU; static Point origin; static double zoom;