Refactored WAV code in to its own file

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-29 21:15:19 +00:00
parent 42b61ba7f0
commit aa39c2f3fb
7 changed files with 222 additions and 208 deletions

1
source/wav.h Normal file
View File

@@ -0,0 +1 @@
int playWav(const char *wav);