summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-07-15 21:28:26 +0000
committerDarkvater <darkvater@openttd.org>2005-07-15 21:28:26 +0000
commit95463428c806c83e9383c413a04452274ee716fa (patch)
treee6a8586269965e4d359c151af3826423098a1046 /openttd.h
parentc496d92c3e2d19c276a1d9ede104a7a86575693d (diff)
downloadopenttd-95463428c806c83e9383c413a04452274ee716fa.tar.xz
(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
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 */