X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=06c04e80d288c688e91826f473b648bf2a207e3d;hb=790c1a6d97f73f7457c7fad7e82fa29e5b6accd5;hp=4f4d46a118cded8012d3506283fc217ea7987848;hpb=a6e76b6a748a350bda067a99672f9dcca626d872;p=architektonas diff --git a/src/global.h b/src/global.h index 4f4d46a..06c04e8 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" @@ -58,6 +59,7 @@ class Global static int numLayers; static std::vector layerHidden; static std::vector layerLocked; + static std::vector layerName; }; #endif // __GLOBALS_H__