mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 04:06:18 +00:00
pending improvements and partial fixes to self-tests
fix: g_frequencyFilter is now in globals.cpp instead of in main (since other modules access it and main.cpp isn't included in the self-test) fix: globals.h now avoids dragging sdl.h into other projects allocators: got rid of references to the old master header (must now include the specific header, e.g. dynarray.h) This was SVN commit r5534.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "ScriptableComplex.h"
|
||||
#include "ScriptableComplex.inl"
|
||||
|
||||
#include "lib/allocators.h"
|
||||
#include "lib/allocators/bucket.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// suballocator for CJSComplex.m_Properties elements
|
||||
|
||||
Reference in New Issue
Block a user