0ad/source/lib/allocators.h
janwas 23a1c6196f incorporate allocators/ into build
the old lib/allocators.h is now a bridge to the new headers (temporary)
make slight interface changes in lib/res/file to match new allocators
interface

This was SVN commit r5445.
2007-11-10 13:55:32 +00:00

10 lines
346 B
C

// temporary "bridge" header to new lib/allocators location until
// all source files are adapted to match the new headers.
#include "lib/allocators/allocators.h"
#include "lib/allocators/bucket.h"
#include "lib/allocators/dynarray.h"
#include "lib/allocators/headerless.h"
#include "lib/allocators/mem_util.h"
#include "lib/allocators/pool.h"