mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 14:06:13 +00:00
23a1c6196f
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.
11 lines
346 B
C
11 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"
|
|
|