]> Shamusworld >> Repos - thunder/blobdiff - src/sound.h
Added save states; updated application icon.
[thunder] / src / sound.h
index 39ee96f3563baf600b72c85318a0217680464a41..8f1703578ce3b7e9d0ac54700487218b45693a57 100644 (file)
@@ -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__
-