diff options
Diffstat (limited to 'engines/avalanche/lucerna2.h')
-rw-r--r-- | engines/avalanche/lucerna2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/lucerna2.h b/engines/avalanche/lucerna2.h index f337d97f7b..1436e388b5 100644 --- a/engines/avalanche/lucerna2.h +++ b/engines/avalanche/lucerna2.h @@ -27,8 +27,8 @@ /* LUCERNA The screen, [keyboard] and mouse handler.*/ -#ifndef LUCERNA2_H -#define LUCERNA2_H +#ifndef AVALANCHE_LUCERNA2_H +#define AVALANCHE_LUCERNA2_H #include "common/scummsys.h" #include "common/file.h" @@ -139,4 +139,4 @@ private: } // End of namespace Avalanche -#endif // LUCERNA2_H +#endif // AVALANCHE_LUCERNA2_H |