aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/fontCharacterTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/fontCharacterTable.h')
-rw-r--r--engines/cruise/fontCharacterTable.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/cruise/fontCharacterTable.h b/engines/cruise/fontCharacterTable.h
index 79f1647707..b45a47e89d 100644
--- a/engines/cruise/fontCharacterTable.h
+++ b/engines/cruise/fontCharacterTable.h
@@ -22,14 +22,12 @@
*
*/
-#ifndef _FONTCHARACTERTABLE_H_
-#define _FONTCHARACTERTABLE_H_
+#ifndef CRUISE_FONTCHARACTERTABLE_H
+#define CRUISE_FONTCHARACTERTABLE_H
namespace Cruise {
extern short int fontCharacterTable[256];
-} // End of namespace Cruise
-
+} // End of namespace Cruise
#endif
-