mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
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.
10 lines
346 B
C
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"
|
|
|