(svn r22405) -Document: some more "random-ish" tidbits

This commit is contained in:
rubidium
2011-05-01 19:14:12 +00:00
parent b27dd1dcd7
commit 1a515e6344
35 changed files with 173 additions and 58 deletions

View File

@@ -16,6 +16,7 @@
#define TOWNNAME_TYPE_H
#include "newgrf_townname.h"
#include "town_type.h"
/**
* Struct holding a parameters used to generate town name.
@@ -37,7 +38,7 @@ struct TownNameParams {
this->type = grf ? GetGRFTownNameType(town_name - _nb_orig_names) : SPECSTR_TOWNNAME_START + town_name;
}
TownNameParams(const struct Town *t);
TownNameParams(const Town *t);
};
#endif /* TOWNNAME_TYPE_H */