aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/function.h')
-rw-r--r--engines/cruise/function.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/cruise/function.h b/engines/cruise/function.h
index c71ef6bbea..68fdfed6d0 100644
--- a/engines/cruise/function.h
+++ b/engines/cruise/function.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef _FUNCTION_H_
-#define _FUNCTION_H_
+#ifndef CRUISE_FUNCTION_H
+#define CRUISE_FUNCTION_H
namespace Cruise {
@@ -36,4 +36,3 @@ int16 subOp23(int param1, int param2);
} // End of namespace Cruise
#endif
-