OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreDeflate.h File Reference
#include "OgrePrerequisites.h"
#include "OgreDataStream.h"
+ Include dependency graph for OgreDeflate.h:

Go to the source code of this file.

Classes

class  Ogre::DeflateStream
 Stream which compresses / uncompresses data using the 'deflate' compression algorithm. 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 struct z_stream_s z_stream
 

Typedef Documentation

typedef struct z_stream_s z_stream

Definition at line 37 of file OgreDeflate.h.