(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

@@ -39,6 +39,7 @@ struct RoadVehicle : public Vehicle {
virtual ~RoadVehicle() {}
const char *GetTypeString() { return "road vehicle"; }
void MarkDirty();
};
#endif /* ROADVEH_H */