aboutsummaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-08 10:04:27 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-08 10:04:27 +0100
commit87388f510f800aa4bc1bb78e35b488ea5636ce87 (patch)
tree8e3f4c35976fc3a26d1540471946fe9c213634d3 /src/sound.h
parenta04d006652bc7023ec0d5fa4a299789f1b69b790 (diff)
downloadgold-mine-run-87388f510f800aa4bc1bb78e35b488ea5636ce87.tar.gz
gold-mine-run-87388f510f800aa4bc1bb78e35b488ea5636ce87.zip
CLI and no sound option
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h
index be4df88..cd7c20c 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -11,7 +11,7 @@ enum {
EFX_DEATH,
};
-uint8_t sound_init();
+uint8_t sound_init(uint8_t nosound);
void sound_free();
void sound_update();