aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Sfx.h')
-rw-r--r--Source/Sfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Sfx.h b/Source/Sfx.h
index 30903aa..4c248c7 100644
--- a/Source/Sfx.h
+++ b/Source/Sfx.h
@@ -4,18 +4,15 @@
/* *************************************
* Includes
* *************************************/
-
#include "Global_Inc.h"
#include "System.h"
/* *************************************
* Defines
* *************************************/
-
/* *************************************
* Structs and enums
* *************************************/
-
typedef enum t_musicTracks
{
INTRO_TRACK = 2,
@@ -28,7 +25,6 @@ typedef enum t_musicTracks
/* *************************************
* Global prototypes
* *************************************/
-
void SfxPlaySound(SsVag * sound);
bool SfxUploadSound(char* file_path, SsVag * vag);
void SfxPlayTrack(MUSIC_TRACKS track);