]> Shamusworld >> Repos - architektonas/blobdiff - src/container.h
Added ability to translate groups with Lines.
[architektonas] / src / container.h
index 6be759dc0090e87b03c101a6d0cbd2082b914486..fd574daa4fbadd68836961471476f4c575aa58c3 100644 (file)
@@ -44,6 +44,7 @@ class Container: public Object
                bool draggingHandle1;
                bool draggingHandle2;
                bool objectWasDragged;
+               bool hit;
 };
 
 #endif // __CONTAINER_H__