0ad/source/lib/res/file/file_internal.h

18 lines
357 B
C
Raw Normal View History

#include "file.h"
#include "file_cache.h"
#include "file_io.h"
#include "file_stats.h" // must come after file and file_cache
#include "compression.h"
#include "zip.h"
#include "archive.h"
#include "vfs.h"
#include "vfs_path.h"
#include "vfs_mount.h"
#include "vfs_tree.h"
#include "vfs_optimizer.h"
const size_t AIO_SECTOR_SIZE = 512;