diff options
Diffstat (limited to 'engines/avalanche/color.h')
-rw-r--r-- | engines/avalanche/color.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/color.h b/engines/avalanche/color.h index c0c348f9ab..e9f9c460bc 100644 --- a/engines/avalanche/color.h +++ b/engines/avalanche/color.h @@ -27,8 +27,8 @@ // Color constants replacing the colors from the CRT unit of Pascal -#ifndef COLOR_H -#define COLOR_H +#ifndef AVALANCHE_COLOR_H +#define AVALANCHE_COLOR_H #include "common/system.h" @@ -55,4 +55,4 @@ enum Color { } // End of namespace Avalanche -#endif // COLOR_H +#endif // AVALANCHE_COLOR_H |