00001 /* $Id: namegen.h 11914 2008-01-18 03:48:29Z glx $ */ 00002 00005 #ifndef NAMEGEN_H 00006 #define NAMEGEN_H 00007 00008 typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last); 00009 00010 extern TownNameGenerator * const _town_name_generators[]; 00011 00012 #endif /* NAMEGEN_H */