OMKPickUDO.h

Go to the documentation of this file.
00001 #ifndef OMKPICKUDO_H
00002 #define OMKPICKUDO_H
00003 
00004 #include "OMKAddOn.h"
00005 #include "OgreUserDefinedObject.h"
00006 
00007 namespace OMK
00008 {
00009 namespace Vis
00010 {
00016 class OMKADDON_API PickUDO : public Ogre::UserDefinedObject {
00017   public : 
00018     PickUDO();
00019     virtual ~PickUDO();
00020     virtual long getTypeID(void) const;
00021     static const long PICK_ID;
00022 } ;
00023 
00024 } // namespace Vis
00025 } // namespace OMK
00026 
00027 #endif //OMKPICKUDO_H
00028 

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007