aboutsummaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-29 12:57:54 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-31 22:00:53 +0100
commit3c1a224d37eae97de7d1562ab280343352f925fe (patch)
tree55aebfea07e5e65be5ed65c9b648fa385e45172e /src/sound.h
parent14f75c67f2e28428bbce5fe605a7bea7511cfa1e (diff)
downloadgold-mine-run-3c1a224d37eae97de7d1562ab280343352f925fe.tar.gz
gold-mine-run-3c1a224d37eae97de7d1562ab280343352f925fe.zip
Music WIP
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
index 5f96d29..2446b68 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -12,6 +12,13 @@ enum {
EFX_DEATH,
};
+#define PAT_SILENCE 0
+#define PAT_INTRO 1
+#define PAT_READY 2
+#define PAT_STAGE 3
+#define PAT_GAMEOVER 4
+#define PAT_PLAY 5
+
uint8_t sound_init(uint8_t nosound);
void sound_free();
void sound_update();