00001 /* $Id: namegen_func.h 12971 2008-05-06 15:11:33Z rubidium $ */ 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 */