summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-11-15 01:15:31 +0100
committerTreeki <treeki@gmail.com>2012-11-15 01:15:31 +0100
commit36391b1db989dd7ba13ee0f9c1f8ccff759adc86 (patch)
tree80b4187bf2e11060781585bb8092f9efd72fdc9f /src
parentb81a4623e90eeb1d7a0d9e0f321b54ac6666798a (diff)
downloadkamek-36391b1db989dd7ba13ee0f9c1f8ccff759adc86.tar.gz
kamek-36391b1db989dd7ba13ee0f9c1f8ccff759adc86.zip
apparently I forgot to commit this. sigh
Diffstat (limited to 'src')
-rw-r--r--src/music.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/music.h b/src/music.h
new file mode 100644
index 0000000..259f182
--- /dev/null
+++ b/src/music.h
@@ -0,0 +1,4 @@
+#ifndef MUSIC_H
+#define MUSIC_H
+u8 hijackMusicWithSongName(const char *songName, int themeID, bool hasFast, int channelCount, int trackCount, int *wantRealStreamID);
+#endif /* MUSIC_H */