(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

@@ -131,6 +131,7 @@ struct Aircraft : public Vehicle {
virtual ~Aircraft() {}
const char *GetTypeString() { return "aircraft"; }
void MarkDirty();
};
#endif /* AIRCRAFT_H */