summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openttd.h b/openttd.h
index 317acd03f..1936a13aa 100644
--- a/openttd.h
+++ b/openttd.h
@@ -1,5 +1,5 @@
-#ifndef TTD_H
-#define TTD_H
+#ifndef OPENTTD_H
+#define OPENTTD_H
#ifndef VARDEF
#define VARDEF extern
@@ -548,4 +548,4 @@ VARDEF byte _no_scroll;
#include "functions.h"
#include "variables.h"
-#endif /* TTD_H */
+#endif /* OPENTTD_H */