]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Changes to make containers behave like a first-class object.
[architektonas] / src / global.h
index 4f4d46a118cded8012d3506283fc217ea7987848..06c04e80d288c688e91826f473b648bf2a207e3d 100644 (file)
@@ -5,6 +5,7 @@
 // to do any instantiation shite.
 
 #include <stdint.h>
+#include <string>
 #include <vector>
 #include <QRectF>
 #include "vector.h"
@@ -58,6 +59,7 @@ class Global
                static int numLayers;
                static std::vector<bool> layerHidden;
                static std::vector<bool> layerLocked;
+               static std::vector<std::string> layerName;
 };
 
 #endif // __GLOBALS_H__