aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/linker.h')
-rw-r--r--engines/cruise/linker.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/cruise/linker.h b/engines/cruise/linker.h
index 13c40bbd3a..1f3cd045f2 100644
--- a/engines/cruise/linker.h
+++ b/engines/cruise/linker.h
@@ -22,13 +22,12 @@
*
*/
-#ifndef _LINKER_H_
-#define _LINKER_H_
+#ifndef CRUISE_LINKER_H
+#define CRUISE_LINKER_H
namespace Cruise {
void updateAllScriptsImports(void);
-} // End of namespace Cruise
-
+} // End of namespace Cruise
#endif