XmlBackground2DFile.h 292 B

12345678910111213141516171819
  1. #ifndef XML_BACKGROUND_2D_FILE_H
  2. #define XML_BACKGROUND_2D_FILE_H
  3. #include "XmlFile.h"
  4. class XmlBackground2DFile : public XmlFile
  5. {
  6. public:
  7. XmlBackground2DFile( const Ogre::String& file );
  8. virtual ~XmlBackground2DFile();
  9. void Load();
  10. };
  11. #endif // XML_BACKGROUND_2D_FILE_H