diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 07:11:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 07:11:18 +0000 |
commit | b1e1c134200a18ec8178a933f7bf0442492f60f6 (patch) | |
tree | 51b453c3e6c37c79681eb6309fdc57b3eae3c4ac /projects | |
parent | 7c759731dcb1a763fce75872c76052ab722c0bba (diff) | |
download | openttd-b1e1c134200a18ec8178a933f7bf0442492f60f6.tar.xz |
(svn r12499) -Codechange: some coding style tweaks for network_internal.h.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 14 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 14 |
2 files changed, 22 insertions, 6 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 5743be414..ff901243f 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -932,7 +932,7 @@ > </File> <File - RelativePath=".\..\src\engine.h" + RelativePath=".\..\src\engine_func.h" > </File> <File @@ -1192,7 +1192,11 @@ > </File> <File - RelativePath=".\..\src\order.h" + RelativePath=".\..\src\order_base.h" + > + </File> + <File + RelativePath=".\..\src\order_func.h" > </File> <File @@ -1344,7 +1348,11 @@ > </File> <File - RelativePath=".\..\src\station.h" + RelativePath=".\..\src\station_base.h" + > + </File> + <File + RelativePath=".\..\src\station_func.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index baf39bd52..1af13cafc 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -929,7 +929,7 @@ > </File> <File - RelativePath=".\..\src\engine.h" + RelativePath=".\..\src\engine_func.h" > </File> <File @@ -1189,7 +1189,11 @@ > </File> <File - RelativePath=".\..\src\order.h" + RelativePath=".\..\src\order_base.h" + > + </File> + <File + RelativePath=".\..\src\order_func.h" > </File> <File @@ -1341,7 +1345,11 @@ > </File> <File - RelativePath=".\..\src\station.h" + RelativePath=".\..\src\station_base.h" + > + </File> + <File + RelativePath=".\..\src\station_func.h" > </File> <File |