mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-30 05:27:30 +00:00
ad55f9f1bc
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.