]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Lines respond to mouse movement, added Text rendering.
[architektonas] / src / global.h
index a98b9ac815436b270ed668fad87d3b4d7b5f581e..8143b8d0e10183ab5e735d94daf252ad27f7b3b8 100644 (file)
@@ -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__