]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Added Parallel tool + command processing.
[architektonas] / src / global.h
index 18faa979093537e3a42e03201362220fa5ed3e56..597ceadf0fa5762cef44c0cb7ff33adb8a68548c 100644 (file)
@@ -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;