X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;fp=src%2Fglobal.h;h=3a18272ccf01dba0d1a0df682af0785ce8f052ed;hb=eb39f1bb5e6518c5dc4f4dbd3c88912a97192e95;hp=93ad6f7f9484a23ecdba2b373f60413b587cb37f;hpb=a3e939d9028531324be8ba2ec54eddca31342c19;p=architektonas diff --git a/src/global.h b/src/global.h index 93ad6f7..3a18272 100644 --- a/src/global.h +++ b/src/global.h @@ -52,6 +52,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