Files @ r2505:e634a07afb03
Branch filter:

Location: cpp/openttd-patchpack/source/namegen.h

bjarni
(svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff)
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */