changeset 550 | 55236fe5a630 |
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 Jul 17 11:19:50 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: