Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OgreZipArchiveFactory.h

Go to the documentation of this file.
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);       
00018         ArchiveEx *createObj( const String& name );
00019         String getType();
00020     };
00021 
00022 }
00023 
00024 #endif

Copyright © 2002 by The OGRE Team