00001 #ifndef _ZipArchiveFactory_H__ 00002 #define _ZipArchiveFactory_H__ 00003 00004 #include "OgrePrerequisites.h" 00005 00006 #include "OgreArchiveFactory.h" 00007 #include "OgreZip.h" 00008 00009 namespace Ogre { 00012 class ZipArchiveFactory : public ArchiveFactory 00013 { 00014 public: 00015 virtual ~ZipArchiveFactory(); 00016 00017 String getArchiveType(void) const; 00018 ArchiveEx *createObj( const String& name ); 00019 String getType() const; 00020 }; 00021 00022 } 00023 00024 #endif
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:22:56 2004