XmlMapsFile.h 390 B

12345678910111213141516171819202122
  1. #ifndef XML_MAPS_FILE_H
  2. #define XML_MAPS_FILE_H
  3. #include <OgreStringVector.h>
  4. #include "XmlFile.h"
  5. class XmlMapsFile : public XmlFile
  6. {
  7. public:
  8. XmlMapsFile( const Ogre::String& file );
  9. virtual ~XmlMapsFile();
  10. const Ogre::String GetMapFileNameByName( const Ogre::String& name );
  11. void GetMapNames( Ogre::StringVector& complete_params );
  12. };
  13. #endif // XML_FIELD_FILE_H