(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).

This commit is contained in:
KUDr
2007-01-14 19:18:50 +00:00
parent d57b290474
commit 8b65342449
7 changed files with 293 additions and 159 deletions

View File

@@ -63,6 +63,7 @@ settings.cpp
signs.cpp
sound.cpp
spritecache.cpp
station.cpp
string.cpp
strings.cpp
texteff.cpp