sound.h
changeset 1496 3d0b86f5dcb8
parent 337 66647f97e7c0
child 1584 aa7fe51c4368
--- a/sound.h	Sat Mar 12 09:24:27 2005 +0000
+++ b/sound.h	Sat Mar 12 09:38:03 2005 +0000
@@ -1,8 +1,6 @@
 #ifndef SOUND_H
 #define SOUND_H
 
-typedef struct Mixer Mixer;
-
 typedef struct MusicFileSettings {
 	byte playlist;
 	byte music_vol;
@@ -17,10 +15,8 @@
 VARDEF bool _song_is_active;
 VARDEF byte _cur_playlist[33];
 VARDEF MusicFileSettings msf;
-VARDEF Mixer *_mixer;
 
-bool MxInitialize(uint rate, const char *filename);
-void MxMixSamples(Mixer *mx, void *buffer, uint samples);
+bool SoundInitialize(const char *filename);
 
 typedef enum SoundFx {
 	SND_02_SPLAT,                          //  0 == 0x00 !