changeset 684 | 5f9a2771680d |
parent 408 | c2a05fa925a1 |
child 721 | 12958f987bcf |
1.1 --- a/floatobj.h Fri Dec 08 20:18:56 2006 +0000 1.2 +++ b/floatobj.h Tue Apr 08 08:28:37 2008 +0000 1.3 @@ -3,6 +3,9 @@ 1.4 1.5 #include "ornamentedobj.h" 1.6 1.7 +/*! \brief Base class for objects floating in the map, which means they can be positioned freely. */ 1.8 + 1.9 + 1.10 ///////////////////////////////////////////////////////////////////////////// 1.11 class FloatObj:public OrnamentedObj { 1.12 public: