summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_command.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-08-28 17:58:22 +0100
committerGitHub <noreply@github.com>2021-08-28 17:58:22 +0100
commit7994935696dcf9d81888e2d9d991f4b6a3e00738 (patch)
tree15352e1fc3681bf177fb77065ac0e6324e9a9c6c /arm7/lib/include/SND_command.h
parent766cb136d9b9b4f2fc6fc14059a316a93f9aff9b (diff)
parent12d164b14df9b8936a5aa13111d3fe81e033ec6b (diff)
Merge pull request #441 from ipatix/decompile_sound
Decompile sound
Diffstat (limited to 'arm7/lib/include/SND_command.h')
-rw-r--r--arm7/lib/include/SND_command.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arm7/lib/include/SND_command.h b/arm7/lib/include/SND_command.h
new file mode 100644
index 00000000..db42d177
--- /dev/null
+++ b/arm7/lib/include/SND_command.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_SND_COMMAND_H
+#define GUARD_SND_COMMAND_H
+
+#include "nitro/SND_command_shared.h"
+
+void SND_CommandInit(void);
+void SND_CommandProc(void);
+
+#endif // GUARD_SND_COMMAND_H