changeset 635 | 459f0a2d5485 |
parent 408 | c2a05fa925a1 |
child 721 | 12958f987bcf |
1.1 --- a/floatobj.h Fri Dec 08 20:18:56 2006 +0000 1.2 +++ b/floatobj.h Mon Dec 17 15:40:14 2007 +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: