warzone2100/lib
Giel van Schijndel c028586ee4 Cleanup:
* AUDIO_SAMPLE
  * remove unused variable iLoops from the struct
  * rename bRemove to the more descriptive title of bFinishedPlaying
 * change sound_SetupChannel to return a BOOL rather than be return void and throw its output value in a pointer
 * make audio_Update() return void (instead of BOOL) since its output value was TRUE always anyway, plus all its callees ignored the output value
 * increase readability of lots of functions in audio.c
 * remove unused (and nothing doing) functions: audio_StopTrack, audio_SetTrackPan, audio_SetTrackVol and audio_SetTrackFreq

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1444 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-12 17:42:15 +00:00
..
framework * move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible 2007-04-12 10:31:11 +00:00
gamelib * move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible 2007-04-12 10:31:11 +00:00
ivis_common Of course we need to leave room for ".png\0"... 2007-04-11 14:58:50 +00:00
ivis_opengl - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
netplay Remove references to already removed header files 2007-04-10 18:29:58 +00:00
script Ressurect -Wno-unused-label. Reorganize string.h includes so that 2007-04-10 12:44:50 +00:00
sequence - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
sound Cleanup: 2007-04-12 17:42:15 +00:00
widget * remove internal forward declarations of functions already declared in the header 2007-04-09 22:09:27 +00:00
Makefile.am Remove ivis02 (software renderer) 2006-07-22 22:23:43 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00