mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 20:55:17 +00:00
317f98a6c0
archive: pretty much done except for trace and archive_builder IO: io_manager still needs to be fixed/revised (especially WRT buffer and alignment management) posix: done vfs: need to complete vfs_mount and tie it in to vfs.cpp dir_util: needs further revisions (VFS interface changed since then) This was SVN commit r5475.
6 lines
214 B
C
6 lines
214 B
C
#include "codec.h"
|
|
|
|
extern boost::shared_ptr<ICodec> CreateCodec_ZLibNone();
|
|
extern boost::shared_ptr<ICodec> CreateCompressor_ZLibDeflate();
|
|
extern boost::shared_ptr<ICodec> CreateDecompressor_ZLibDeflate();
|