]> Shamusworld >> Repos - architektonas/blobdiff - src/global.cpp
Changes to make containers behave like a first-class object.
[architektonas] / src / global.cpp
index e408a5deb2eb7ac53e9a469c3ee39fc0ee095535..f9e016fef6cd92e09ce0439750c9316476dc9678 100644 (file)
@@ -52,4 +52,4 @@ int Global::activeLayer = 0;
 int Global::numLayers = 1;
 std::vector<bool> Global::layerHidden;
 std::vector<bool> Global::layerLocked;
-
+std::vector<std::string> Global::layerName;