aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Sfx.h')
-rw-r--r--Source/Sfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Sfx.h b/Source/Sfx.h
index 1d4e8c0..30903aa 100644
--- a/Source/Sfx.h
+++ b/Source/Sfx.h
@@ -1,5 +1,5 @@
-#ifndef __SFX_HEADER__
-#define __SFX_HEADER__
+#ifndef SFX_HEADER__
+#define SFX_HEADER__
/* *************************************
* Includes
@@ -34,4 +34,4 @@ bool SfxUploadSound(char* file_path, SsVag * vag);
void SfxPlayTrack(MUSIC_TRACKS track);
void SfxStopMusic(void);
-#endif //__SFX_HEADER__
+#endif //SFX_HEADER__