aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r--engines/avalanche/parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h
index e16df6d3bc..70a87b6ea7 100644
--- a/engines/avalanche/parser.h
+++ b/engines/avalanche/parser.h
@@ -25,8 +25,8 @@
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
-#ifndef PARSER_H
-#define PARSER_H
+#ifndef AVALANCHE_PARSER_H
+#define AVALANCHE_PARSER_H
#include "common/events.h"
@@ -41,7 +41,7 @@ public:
bool _quote; // 66 or 99 next?
byte _leftMargin;
bool _cursorState;
-
+
Parser(AvalancheEngine *vm);
@@ -77,4 +77,4 @@ private:
} // End of namespace Avalanche
-#endif // PARSER_H
+#endif // AVALANCHE_PARSER_H