mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 01:07:58 -05:00
ObjLoading: Add indexing and reading of files in IWDs
This commit is contained in:
10
src/ObjCommon/Utils/FileToZlibWrapper.h
Normal file
10
src/ObjCommon/Utils/FileToZlibWrapper.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <ioapi.h>
|
||||
#include "Utils/FileAPI.h"
|
||||
|
||||
class FileToZlibWrapper
|
||||
{
|
||||
public:
|
||||
static zlib_filefunc_def CreateFunctions32ForFile(FileAPI::IFile* file);
|
||||
};
|
Reference in New Issue
Block a user