X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsound.h;h=8f1703578ce3b7e9d0ac54700487218b45693a57;hb=HEAD;hp=39ee96f3563baf600b72c85318a0217680464a41;hpb=44a4bdffcaf520bc1681fcc0fd330460cd49129f;p=thunder diff --git a/src/sound.h b/src/sound.h index 39ee96f..8f17035 100644 --- a/src/sound.h +++ b/src/sound.h @@ -6,22 +6,16 @@ // Sound routine macros #define GAMESOUND 0 #define USERSOUND 1 -#define PSGSOUND 2 -#define VOCSOUND 3 -#define FMSOUND 4 #define SUNKNOWN 0 #define SCYA 1 #define SCAMERA 2 - // Functions void InitSound(void); void SpawnSound(int, int, int channel = 0); - // Exported vars extern uint16_t snd_num; #endif // __SOUND_H__ -