26f2672bfd
* replace all instances of PTRVALID(ptr,size) by (ptr != NULL) * remove asserts of style ASSERT( x == NULL || x != NULL ) because they would evaluate to true always anyhow and as such wouldn't ever trigger * remove macros iV_HeapAlloc and iV_HeapFree and replaced them with MALLOC and FREE respectively (that's what they expanded to anyway) git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1348 4a71c877-e1ca-e34f-864e-861f7616d084 |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.raw | ||
aud.h | ||
audio.c | ||
audio.h | ||
audio_id.c | ||
audio_id.h | ||
cdaudio.c | ||
cdaudio.h | ||
mixer.h | ||
openal_track.c | ||
playlist.c | ||
playlist.h | ||
track.c | ||
track.h | ||
tracklib.h |