ParticleEntityRendererDictionary.h 424 B

1234567891011121314151617181920
  1. #ifndef PARTICLE_ENTITY_RENDERER_DICTIONARY_H
  2. #define PARTICLE_ENTITY_RENDERER_DICTIONARY_H
  3. #include <OgreStringInterface.h>
  4. namespace ParticleEntityRendererDictionary
  5. {
  6. class MeshName : public Ogre::ParamCommand
  7. {
  8. public:
  9. Ogre::String doGet(const void* target) const {return "";}
  10. void doSet(void* target, const Ogre::String& val);
  11. };
  12. }
  13. #endif // PARTICLE_ENTITY_RENDERER_DICTIONARY_H