X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=8143b8d0e10183ab5e735d94daf252ad27f7b3b8;hb=f507d97c1b1118834a70332f5f79d8479a6964c0;hp=a98b9ac815436b270ed668fad87d3b4d7b5f581e;hpb=84afe881653a02a16b19d4da37435b8701b1a826;p=architektonas diff --git a/src/global.h b/src/global.h index a98b9ac..8143b8d 100644 --- a/src/global.h +++ b/src/global.h @@ -10,6 +10,9 @@ class QFont; +enum LineStyle { LSNone, LSSolid, LSDash, LSDot, LSDashDot, LSDashDotDot }; + + class Global { public: @@ -32,10 +35,11 @@ class Global static bool dontMove; static uint32_t objectID; - // Coming soon... static Point origin; static double zoom; static Vector screenSize; + + static float scale; }; #endif // __GLOBALS_H__