]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Added Parallel tool + command processing.
[architektonas] / src / global.h
index 93ad6f7f9484a23ecdba2b373f60413b587cb37f..597ceadf0fa5762cef44c0cb7ff33adb8a68548c 100644 (file)
@@ -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;
@@ -52,6 +56,7 @@ class Global
                static int penStyle;
                static uint32_t penColor;
                static bool penStamp;
+               static bool penDropper;
 
                static Point intersectPoint[16]; // Overkill, yes
                static double intersectParam[16]; // Ditto
@@ -66,4 +71,3 @@ class Global
 };
 
 #endif // __GLOBALS_H__
-