floatobj.h
changeset 470 80ae7b79828c
parent 408 c2a05fa925a1
child 721 12958f987bcf
     1.1 --- a/floatobj.h	Fri Dec 08 20:18:56 2006 +0000
     1.2 +++ b/floatobj.h	Wed Apr 25 16:02:54 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: