diff options
Diffstat (limited to 'engines/sci/engine/intmap.h')
-rw-r--r-- | engines/sci/engine/intmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/engine/intmap.h b/engines/sci/engine/intmap.h index fe00fa8621..bb1f610100 100644 --- a/engines/sci/engine/intmap.h +++ b/engines/sci/engine/intmap.h @@ -23,8 +23,8 @@ * */ -#ifndef SCI_INTMAP_H -#define SCI_INTMAP_H +#ifndef SCI_ENGINE_INTMAP_H +#define SCI_ENGINE_INTMAP_H #include "common/scummsys.h" @@ -92,4 +92,4 @@ public: } // End of namespace Sci -#endif // SCI_INTMAP_H +#endif // SCI_ENGINE_INTMAP_H |