(svn r1810) Move town name generation declarations into a header of their own

This commit is contained in:
tron
2005-02-05 23:03:12 +00:00
parent c753037d87
commit 8f68e8def1
4 changed files with 10 additions and 3 deletions

View File

@@ -378,9 +378,6 @@ typedef struct {
VARDEF CargoConst _cargoc;
typedef byte TownNameGenerator(byte *buf, uint32 seed);
extern TownNameGenerator * const _town_name_generators[];
static inline void SetDParamX(uint32 *s, uint n, uint32 v)
{