1
0
forked from 0ad/0ad

removed LOC_ZIP (not needed; callback can determine via Loc.archive if it's a zip file)

This was SVN commit r954.
This commit is contained in:
janwas 2004-08-10 15:55:24 +00:00
parent 982b0ffc25
commit 6e1887ad8b

View File

@ -50,12 +50,6 @@ extern Handle zip_archive_open(const char* fn);
extern int zip_archive_close(Handle& ha);
// keep in sync with file.cpp and vfs.cpp *_CB_FLAGS
enum ZIP_CB_FLAGS
{
LOC_ZIP = BIT(1)
};
// all files in archive!
typedef int(*ZipFileCB)(const char* const fn, const uint flags, const ssize_t size, const uintptr_t user);
extern int zip_enum(const Handle ha, const ZipFileCB cb, const uintptr_t user);