diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-22 20:50:53 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-22 20:50:53 +0100 |
| commit | 4887461e35b64c697cbabaf0268c77ae68576c5e (patch) | |
| tree | 60b379f5683c1b2065ca03803cf6b3ffab31b81b /Source/Sfx.h | |
| parent | 34c8910b9ff33d50d642fda24c78d88595a59aa6 (diff) | |
| download | airport-4887461e35b64c697cbabaf0268c77ae68576c5e.tar.gz | |
* Increased number of events on SYSTEM.CNF.
Minor changes?
Diffstat (limited to 'Source/Sfx.h')
| -rw-r--r-- | Source/Sfx.h | 4 |
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); |
