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:
janwas
2008-01-03 22:07:18 +00:00
parent 9cea581f43
commit ad55f9f1bc
19 changed files with 61 additions and 71 deletions
+1 -1
View File
@@ -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