namegen.h
author tron
Fri, 11 Mar 2005 13:17:39 +0000
changeset 1485 34545d21c656
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r1989) -Feature: Resizable vehicle view windows; this is based on a patch by tmesisbob
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif