X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=6495524d05022ce6502e8fd7f6bd29ff8ad07d04;hb=ff2a28347dc30eccc28e7cd7298cccde7aa49d2c;hp=d66f93badd104b65bdc02cba8a1967e479665769;hpb=ea7712f342020baf61cf33ba98b12140da6aecf7;p=architektonas diff --git a/src/global.h b/src/global.h index d66f93b..6495524 100644 --- a/src/global.h +++ b/src/global.h @@ -5,6 +5,7 @@ // to do any instantiation shite. #include +#include #include #include "vector.h" @@ -44,7 +45,9 @@ class Global static float scale; static int activeLayer; - static bool layerIsLocked; + static int numLayers; + static std::vector layerHidden; + static std::vector layerLocked; }; #endif // __GLOBALS_H__