X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=cdcd204e800d153b67ce45eb39f0073b41b3a4e3;hb=97cfdecd62ced6cb1237a9ac6c7cbce2092fde99;hp=4f4d46a118cded8012d3506283fc217ea7987848;hpb=acd27aa62a4c78b6aeee523e3145a8aa53f4bcde;p=architektonas diff --git a/src/global.h b/src/global.h index 4f4d46a..cdcd204 100644 --- a/src/global.h +++ b/src/global.h @@ -5,6 +5,7 @@ // to do any instantiation shite. #include +#include #include #include #include "vector.h" @@ -20,7 +21,6 @@ class Global static double gridSpacing; static bool selectionInProgress; static QRectF selection; - static int currentLayer; static QFont * font; static Point snapPoint; static bool snapPointIsValid; @@ -58,6 +58,7 @@ class Global static int numLayers; static std::vector layerHidden; static std::vector layerLocked; + static std::vector layerName; }; #endif // __GLOBALS_H__