summaryrefslogtreecommitdiff
path: root/rail.c
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-06-17 11:30:50 +0000
committermatthijs <matthijs@openttd.org>2005-06-17 11:30:50 +0000
commit958df2b229ed8c8164cdddbdd7a6b72c76c00906 (patch)
tree0854c895bc30963920a6dafa0f80ff9ab014edb2 /rail.c
parent3c133f1f539622f622700e1c704e0d84718cc1b5 (diff)
downloadopenttd-958df2b229ed8c8164cdddbdd7a6b72c76c00906.tar.xz
(svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
* Codechange: Move declaration of lookup arrays into the functions that need them. This doesn't pollute the global namespace with the array names. * Add: rail.h to the openttd.vcproj and openttd.dsp for MSVC.
Diffstat (limited to 'rail.c')
-rw-r--r--rail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rail.c b/rail.c
index 58dd0610d..7cfc018d5 100644
--- a/rail.c
+++ b/rail.c
@@ -1,3 +1,5 @@
+#include "stdafx.h"
+#include "openttd.h"
#include "rail.h"
/* XXX: Below 3 tables store duplicate data. Maybe remove some? */