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 | 0f1a82a4c2f3047df8f511105d8b50bc461e9646 (patch) | |
tree | 51b453c3e6c37c79681eb6309fdc57b3eae3c4ac /projects | |
parent | 8920a1597904bb749f4d83bc8db430197d5285c5 (diff) | |
download | openttd-0f1a82a4c2f3047df8f511105d8b50bc461e9646.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 |