0ad/source/lib/res/file/file_internal.h
janwas 4a508c6b87 all lib/res/file headers included in file_internal.h
split stats into separate file; different call mechanism; add lots of
stats (WIP)

This was SVN commit r3424.
2006-01-25 07:21:45 +00:00

18 lines
318 B
C

#include "file_stats.h"
#include "file.h"
#include "file_cache.h"
#include "file_io.h"
#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;