From 8b65342449c7d36ef166ec2e5dc37abe3cc67bdf Mon Sep 17 00:00:00 2001 From: KUDr Date: Sun, 14 Jan 2007 19:18:50 +0000 Subject: (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). --- projects/openttd.vcproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects/openttd.vcproj') diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 108990791..141c855b5 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -340,6 +340,9 @@ + + -- cgit v1.2.3-54-g00ecf