From 8e6a911700de2875db95d254e5a5771e73ceedd7 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 18 Sep 2005 20:56:44 +0000 Subject: (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending --- mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixer.h') diff --git a/mixer.h b/mixer.h index bfd83c9e8..6228349ed 100644 --- a/mixer.h +++ b/mixer.h @@ -23,4 +23,4 @@ void MxSetChannelRawSrc(MixerChannel *mc, int8 *mem, uint size, uint rate, uint void MxSetChannelVolume(MixerChannel *mc, uint left, uint right); void MxActivateChannel(MixerChannel*); -#endif +#endif /* MIXER_H */ -- cgit v1.2.3-70-g09d2