diff options
Diffstat (limited to 'Source/Sfx.h')
| -rw-r--r-- | Source/Sfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Sfx.h b/Source/Sfx.h index 1e5025b..f687353 100644 --- a/Source/Sfx.h +++ b/Source/Sfx.h @@ -30,7 +30,7 @@ typedef enum t_musicTracks * *************************************/ void SfxPlaySound(SsVag * sound); -bool SfxUploadSound(char * file_path, SsVag * vag); +bool SfxUploadSound(char* file_path, SsVag * vag); void SfxPlayTrack(MUSIC_TRACKS track); void SfxStopMusic(void); |
