X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsound.h;h=d4e11a020055062e3e2f9c99320ffac0ed59e248;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=39ee96f3563baf600b72c85318a0217680464a41;hpb=d22f243fc585a46e4c29d00bd32727d9f9f4055c;p=thunder diff --git a/src/sound.h b/src/sound.h index 39ee96f..d4e11a0 100644 --- a/src/sound.h +++ b/src/sound.h @@ -14,14 +14,11 @@ #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__ -