aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_options.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/gfx/gfx_options.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/gfx/gfx_options.h')
-rw-r--r--engines/sci/gfx/gfx_options.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/sci/gfx/gfx_options.h b/engines/sci/gfx/gfx_options.h
index aa9d7fbea7..e83298bf1b 100644
--- a/engines/sci/gfx/gfx_options.h
+++ b/engines/sci/gfx/gfx_options.h
@@ -24,8 +24,8 @@
*/
-#ifndef _GFX_OPTIONS_H_
-#define _GFX_OPTIONS_H_
+#ifndef SCI_GFX_GFX_OPTIONS_H
+#define SCI_GFX_GFX_OPTIONS_H
#include "sci/gfx/gfx_resource.h"
#include "sci/gfx/gfx_tools.h"
@@ -81,5 +81,4 @@ struct gfx_options_t {
} // End of namespace Sci
-#endif // !_GFX_OPTIONS_H_
-
+#endif // SCI_GFX_GFX_OPTIONS_H