X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.h;h=72aaad644f29a79d96dba2d08a59e83118529509;hb=bb8d0671717bac2c5350e34024273381be1d8175;hp=513b677fba566421b6999859b705a8d051e76fba;hpb=70297ac8ec7453e4196f4b58056bcfe4b04f2aca;p=architektonas diff --git a/src/object.h b/src/object.h index 513b677..72aaad6 100644 --- a/src/object.h +++ b/src/object.h @@ -79,6 +79,7 @@ class Object static int viewportHeight; static bool deleteActive; static bool dimensionActive; + public: static bool snapToGrid; static bool ignoreClicks; static bool dontMove;