summaryrefslogtreecommitdiff
path: root/openttd.dsp
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 /openttd.dsp
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 'openttd.dsp')
-rw-r--r--openttd.dsp16
1 files changed, 12 insertions, 4 deletions
diff --git a/openttd.dsp b/openttd.dsp
index 8231e7257..e4566d7ba 100644
--- a/openttd.dsp
+++ b/openttd.dsp
@@ -230,6 +230,10 @@ SOURCE=.\queue.c
# End Source File
# Begin Source File
+SOURCE=.\rail.c
+# End Source File
+
+# Begin Source File
SOURCE=.\saveload.c
# End Source File
@@ -447,6 +451,10 @@ SOURCE=.\npf.h
# End Source File
# Begin Source File
+SOURCE=.\openttd.h
+# End Source File
+
+# Begin Source File
SOURCE=.\pathfind.h
# End Source File
@@ -463,6 +471,10 @@ SOURCE=.\queue.h
# End Source File
# Begin Source File
+SOURCE=.\rail.h
+# End Source File
+
+# Begin Source File
SOURCE=.\saveload.h
# End Source File
@@ -499,10 +511,6 @@ SOURCE=.\town.h
# End Source File
# Begin Source File
-SOURCE=.\openttd.h
-# End Source File
-
-# Begin Source File
SOURCE=.\variables.h
# End Source File