mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 11:47:23 +00:00
- split up lib/res into file, graphics and sound.
- wposix.cpp: initial support for MEM_RESERVE and MEM_COMMIT semantics in mmap - cstr: removed no longer necessary serialization header - xmlutils: wrap new() calls in nommgr/mmgr; allows tracking other allocs in this file. - add u64_from_u32 - various minor comments/improvements. This was SVN commit r2604.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "Profile.h"
|
||||
#include "ps/CLogger.h"
|
||||
|
||||
#include "res/res.h"
|
||||
#include "lib/res/res.h"
|
||||
|
||||
|
||||
#ifdef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user