OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
OgreArchive.h File Reference
#include "OgrePrerequisites.h"
#include "OgreDataStream.h"
#include "OgreStringVector.h"
#include "OgreException.h"
#include <ctime>
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"

Classes

class  Ogre::Archive
 Archive-handling class. More...
 
struct  Ogre::FileInfo
 Information about a file/directory within the archive will be returned using a FileInfo struct. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Typedefs

typedef vector< FileInfo >::type Ogre::FileInfoList
 
typedef SharedPtr< FileInfoList > Ogre::FileInfoListPtr