]> Shamusworld >> Repos - architektonas/blobdiff - src/global.h
Fixes for the Layer widget.
[architektonas] / src / global.h
index d59155e5a0c0d1e8c8b74c124ef75859e435b202..d66f93badd104b65bdc02cba8a1967e479665769 100644 (file)
@@ -42,6 +42,9 @@ class Global
                static Vector screenSize;
 
                static float scale;
+
+               static int activeLayer;
+               static bool layerIsLocked;
 };
 
 #endif // __GLOBALS_H__