summaryrefslogtreecommitdiff
path: root/openttd.vcproj
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
commitee4d9dbf0d70867f687869065aaa303bbff43ef5 (patch)
tree0854c895bc30963920a6dafa0f80ff9ab014edb2 /openttd.vcproj
parent17750a66f3c0480af4939598d9f45b4677eca905 (diff)
downloadopenttd-ee4d9dbf0d70867f687869065aaa303bbff43ef5.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.vcproj24
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