X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.h;h=b8fdd9db76f70b0a2cf8fbd5e797951c278183e3;hb=143b369c0308a8cd524cb0ed51c5d67d6be69603;hp=39dbb9e4137633bf0483e7711ecb6df8fc3d8d81;hpb=e8987f4028a1f9c0eeb33a45bd11b2e409b9c2c5;p=architektonas diff --git a/src/object.h b/src/object.h index 39dbb9e..b8fdd9d 100644 --- a/src/object.h +++ b/src/object.h @@ -74,7 +74,9 @@ class Object std::vector connected; // Class variables + public: static QFont * font; + protected: static bool fixedAngle; static bool fixedLength; static int viewportHeight;