aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/sfx_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/sfx_player.h')
-rw-r--r--engines/sci/sfx/sfx_player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/sfx_player.h b/engines/sci/sfx/sfx_player.h
index 9e6247b5c3..68a915c3a0 100644
--- a/engines/sci/sfx/sfx_player.h
+++ b/engines/sci/sfx/sfx_player.h
@@ -25,8 +25,8 @@
/* song player structure */
-#ifndef _SFX_PLAYER_H
-#define _SFX_PLAYER_H
+#ifndef SCI_SFX_SFX_PLAYER_H
+#define SCI_SFX_SFX_PLAYER_H
#include "sci/sfx/sfx_engine.h"
#include "sci/sfx/sfx_iterator.h"
@@ -151,4 +151,4 @@ song_iterator_t *sfx_iterator_combine(song_iterator_t *it1, song_iterator_t *it2
} // End of namespace Sci
-#endif /* !_SFX_PLAYER_H */
+#endif // SCI_SFX_SFX_PLAYER_H