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 /openttd.vcproj | |
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 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 4bfe6ac4e..2cbc2e4f5 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -257,6 +257,12 @@ RelativePath="oldloader.c"> </File> <File + RelativePath="openttd.c"> + </File> + <File + RelativePath="openttd.rc"> + </File> + <File RelativePath="pathfind.c"> </File> <File @@ -269,6 +275,9 @@ RelativePath=".\queue.c"> </File> <File + RelativePath=".\rail.c"> + </File> + <File RelativePath="saveload.c"> </File> <File @@ -308,12 +317,6 @@ RelativePath=".\tile.c"> </File> <File - RelativePath="openttd.c"> - </File> - <File - RelativePath="openttd.rc"> - </File> - <File RelativePath="vehicle.c"> </File> <File @@ -436,6 +439,9 @@ RelativePath=".\npf.h"> </File> <File + RelativePath="openttd.h"> + </File> + <File RelativePath="pathfind.h"> </File> <File @@ -448,6 +454,9 @@ RelativePath=".\queue.h"> </File> <File + RelativePath=".\rail.h"> + </File> + <File RelativePath="saveload.h"> </File> <File @@ -475,9 +484,6 @@ RelativePath=".\town.h"> </File> <File - RelativePath="openttd.h"> - </File> - <File RelativePath="variables.h"> </File> <File |