aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/sfx_core.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-02-24 15:33:40 +0000
committerEugene Sandulenko2009-02-24 15:33:40 +0000
commita27285f117494290d26b23242cfd68e2dcc65d4d (patch)
treef7f0832e8b3268ac49d919d53fb640e67e10de1a /engines/sci/sfx/sfx_core.h
parentb3d2429b04a9afdf8af6af91e251b6bee96404e7 (diff)
downloadscummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.tar.gz
scummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.tar.bz2
scummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.zip
Normalized guard #defines
svn-id: r38842
Diffstat (limited to 'engines/sci/sfx/sfx_core.h')
-rw-r--r--engines/sci/sfx/sfx_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/sfx_core.h b/engines/sci/sfx/sfx_core.h
index 7ac02d6cfc..36fb1c24c1 100644
--- a/engines/sci/sfx/sfx_core.h
+++ b/engines/sci/sfx/sfx_core.h
@@ -23,8 +23,8 @@
*
*/
-#ifndef _SFX_CORE_H_
-#define _SFX_CORE_H_
+#ifndef SCI_SFX_SFX_CORE_H
+#define SCI_SFX_SFX_CORE_H
#include "common/scummsys.h"
@@ -37,4 +37,4 @@ namespace Sci {
} // End of namespace Sci
-#endif /* !defined(_SFX_CORE_H_) */
+#endif // SCI_SFX_SFX_CORE_H