mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
adts.h: add Cache (landlord algorithm), move DynHashTbl here from vfs_tree; expand RingBuf and fix its iterator allocators: minor tweaks+bugfixes; add SingleAllocator C++ wrapper config, types: avoid stupid ICC warnings lib: add round_down, u32_from_u16, SAFE_FREE This was SVN commit r3414.
3 lines
44 B
C++
Executable file
3 lines
44 B
C++
Executable file
#include "precompiled.h"
|
|
|
|
#include "adts.h"
|