(svn r9755) -Codechange: refactor some more of the begin loading stuff.

This commit is contained in:
rubidium
2007-04-29 22:33:51 +00:00
parent 0def47a3b0
commit df59f5cd15
10 changed files with 44 additions and 54 deletions

View File

@@ -244,6 +244,7 @@ struct Train : public Vehicle {
virtual ~Train() {}
const char *GetTypeString() { return "train"; }
void MarkDirty();
};
#endif /* TRAIN_H */