diff options
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r-- | engines/avalanche/avalot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 00f2edc758..34a9d9f7ba 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -27,8 +27,8 @@ /* AVALOT The kernel of the program. */ -#ifndef AVALOT_H -#define AVALOT_H +#ifndef AVALANCHE_AVALOT_H +#define AVALANCHE_AVALOT_H #include "common/events.h" #include "common/system.h" @@ -50,4 +50,4 @@ private: } // End of namespace Avalanche -#endif // AVALOT_H +#endif // AVALANCHE_AVALOT_H |