aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-03-22 20:50:53 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2018-03-22 20:50:53 +0100
commit4887461e35b64c697cbabaf0268c77ae68576c5e (patch)
tree60b379f5683c1b2065ca03803cf6b3ffab31b81b /Source/Sfx.h
parent34c8910b9ff33d50d642fda24c78d88595a59aa6 (diff)
downloadairport-4887461e35b64c697cbabaf0268c77ae68576c5e.tar.gz
* Increased number of events on SYSTEM.CNF.
Minor changes?
Diffstat (limited to 'Source/Sfx.h')
-rw-r--r--Source/Sfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Sfx.h b/Source/Sfx.h
index 4c248c7..4a7d176 100644
--- a/Source/Sfx.h
+++ b/Source/Sfx.h
@@ -25,8 +25,8 @@ typedef enum t_musicTracks
/* *************************************
* Global prototypes
* *************************************/
-void SfxPlaySound(SsVag * sound);
-bool SfxUploadSound(char* file_path, SsVag * vag);
+void SfxPlaySound(SsVag* sound);
+bool SfxUploadSound(char* file_path, SsVag* vag);
void SfxPlayTrack(MUSIC_TRACKS track);
void SfxStopMusic(void);