summaryrefslogtreecommitdiff
path: root/src/namegen.h
blob: 65105f03ce656c10c48941fb3e44ce70f53f7d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

/** @file namegen.h */

#ifndef NAMEGEN_H
#define NAMEGEN_H

typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */