src/namegen.h
branchgamebalance
changeset 9908 0fa543611bbe
parent 9906 6f41b8713b65
child 6872 1c4a4a609f85
equal deleted inserted replaced
9907:3b068c3a1c74 9908:0fa543611bbe
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file namegen.h */
     3 /** @file src/namegen.h Town name generator stuff */
     4 
     4 
     5 #ifndef NAMEGEN_H
     5 #ifndef NAMEGEN_H
     6 #define NAMEGEN_H
     6 #define NAMEGEN_H
     7 
     7 
     8 typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);
     8 typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);