diff options
author | KUDr <KUDr@openttd.org> | 2007-01-14 19:18:50 +0000 |
---|---|---|
committer | KUDr <KUDr@openttd.org> | 2007-01-14 19:18:50 +0000 |
commit | 3ad14cc7a83892b7f6e8c36d254a222c982ffb7d (patch) | |
tree | 23a6f8249a3b99af865b2b3ffdaf026eb363edda /projects | |
parent | e257f0e36c88f6c9437db1d36896ec29766db8f2 (diff) | |
download | openttd-3ad14cc7a83892b7f6e8c36d254a222c982ffb7d.tar.xz |
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 108990791..141c855b5 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -341,6 +341,9 @@ RelativePath=".\..\src\spritecache.cpp"> </File> <File + RelativePath=".\..\src\station.cpp"> + </File> + <File RelativePath=".\..\src\string.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e2bba363e..f240303b7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -624,6 +624,9 @@ RelativePath=".\..\src\spritecache.cpp"> </File> <File + RelativePath=".\..\src\station.cpp"> + </File> + <File RelativePath=".\..\src\string.cpp"> </File> <File |