genesis-3d_engine/Engine/depends/zlib/ionebula3.h
zhongdaohuan 6e8fbca745 genesis-3d engine version 1.3.
match the genesis editor version 1.3.0.653.
2014-05-05 14:50:33 +08:00

16 lines
333 B
C

/* ionebula3.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Nebula3 file API.
(C) 2007 Radon Labs GmbH
*/
#ifdef __cplusplus
extern "C" {
#endif
void fill_nebula3_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
#ifdef __cplusplus
}
#endif