aboutsummaryrefslogtreecommitdiff
path: root/sounds.h
diff options
context:
space:
mode:
Diffstat (limited to 'sounds.h')
-rw-r--r--sounds.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sounds.h b/sounds.h
index d121a70..d876aae 100644
--- a/sounds.h
+++ b/sounds.h
@@ -1,14 +1,3 @@
-/* location we will look at, to see if sound is disabled.
- 0 = enabled, 1 = disabled. If you change this here,
- change it in newtitle.s also! */
-extern int sound_disabled;
-
-/* set volume 10, distortion 10 on audio channel 0 */
-void init_sound(unsigned char audc1);
-
-/* silence audio channel 0 */
-void stop_sound(void);
-
/* played when something bad happens */
void bad_joss_sound(void);