X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=d66f93badd104b65bdc02cba8a1967e479665769;hb=ea7712f342020baf61cf33ba98b12140da6aecf7;hp=d59155e5a0c0d1e8c8b74c124ef75859e435b202;hpb=4a979ddae8aa6b3556f24e8b961f7787c4b40cbe;p=architektonas diff --git a/src/global.h b/src/global.h index d59155e..d66f93b 100644 --- a/src/global.h +++ b/src/global.h @@ -42,6 +42,9 @@ class Global static Vector screenSize; static float scale; + + static int activeLayer; + static bool layerIsLocked; }; #endif // __GLOBALS_H__