summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2007-01-14 19:18:50 +0000
committerKUDr <KUDr@openttd.org>2007-01-14 19:18:50 +0000
commit3ad14cc7a83892b7f6e8c36d254a222c982ffb7d (patch)
tree23a6f8249a3b99af865b2b3ffdaf026eb363edda /source.list
parente257f0e36c88f6c9437db1d36896ec29766db8f2 (diff)
downloadopenttd-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 'source.list')
-rw-r--r--source.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/source.list b/source.list
index 0204e01cd..bae3a3d92 100644
--- a/source.list
+++ b/source.list
@@ -63,6 +63,7 @@ settings.cpp
signs.cpp
sound.cpp
spritecache.cpp
+station.cpp
string.cpp
strings.cpp
texteff.cpp