100 const std::vector<VGears::uint8>& buffer
Ogre::uint32 u32
Definition: TypeDefine.h:23
Ogre::uint8 u8
Definition: TypeDefine.h:21
Represents a file.
Definition: File.h:24
A buffer forr the contents of a lzs file.
Definition: LzsFile.h:84
static std::vector< VGears::uint8 > Decompress(const std::vector< VGears::uint8 > &buffer)
Decompresses lzs data in a buffer.
Definition: LzsFile.cpp:99
LzsBuffer()=delete
No costructor.
Represents an LZS file.
Definition: LzsFile.h:28
void ExtractLzs()
Extracts the file contents to the buffer.
Definition: LzsFile.cpp:41
virtual ~LzsFile()
Destructor.
Definition: LzsFile.cpp:39
LzsFile(const Ogre::String &file)
Opens a lzs file and extracts it's contents.
Definition: LzsFile.cpp:19
Ogre::String String
Definition: TypeDefine.h:37