1
0
forked from 0ad/0ad
0ad/source/sound
janwas a69ac0dee9 - fix w4 warnings
- add convenience macros for config_db(CFG_GET_SYS_VAL)
- VFSUtil::EnumDirEnts now uses flags instead of bool recursive
- UNUSED() for params, UNUSED2 (<- need better name) for variables
- config.h defines must be tested with #if (always defined) -> allows
detecting misspellings thanks to compiler warnings
- replace debug_assert(0) with debug_warn (its sole purpose)
- replace ScriptingHost::ValueToInt et al with ToPrimitive
- use nommgr.h to disable both mmgr and VC debug heap

This was SVN commit r2585.
2005-08-09 15:55:44 +00:00
..
CMusicPlayer.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
CMusicPlayer.h less dependencies on res/res.h in headers (a bad thing) => less recompiles when I change vfs.h :) 2004-12-07 02:04:38 +00:00
CPlayList.cpp debug_out -> debug_printf; MICROLOG moved to ps/Pyrogenesis.h 2005-05-11 18:56:30 +00:00
CPlayList.h Playlist now uses VFS. 2004-12-15 14:25:09 +00:00
JSI_Sound.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
JSI_Sound.h - fix w4 warnings 2005-08-09 15:55:44 +00:00