(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 202009522c
commit ec9ac99d01
10 changed files with 44 additions and 54 deletions

View File

@@ -40,6 +40,7 @@ struct Ship: public Vehicle {
virtual ~Ship() {}
const char *GetTypeString() { return "ship"; }
void MarkDirty();
};
#endif /* SHIP_H */