mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 02:56:23 +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.
11 lines
152 B
C++
11 lines
152 B
C++
#include "lib/self_test.h"
|
|
|
|
#include <time.h>
|
|
|
|
#include "lib/res/file/archive/zip.h"
|
|
|
|
class TestZip : public CxxTest::TestSuite
|
|
{
|
|
public:
|
|
};
|