diff options
author | matthijs <matthijs@openttd.org> | 2005-06-17 11:30:50 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2005-06-17 11:30:50 +0000 |
commit | 958df2b229ed8c8164cdddbdd7a6b72c76c00906 (patch) | |
tree | 0854c895bc30963920a6dafa0f80ff9ab014edb2 /rail.c | |
parent | 3c133f1f539622f622700e1c704e0d84718cc1b5 (diff) | |
download | openttd-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#include "stdafx.h" +#include "openttd.h" #include "rail.h" /* XXX: Below 3 tables store duplicate data. Maybe remove some? */ |