src/namegen_func.h
author belugas
Fri, 13 Jun 2008 01:17:03 +0000
changeset 10949 a9907493981a
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13503) -Fix(r13173)[FS#2073]: Wrong widget numbers & event handlers were assigned to the zoom in and out buttons in the scenario editor
/* $Id$ */

/** @file namegen_func.h Town name generator stuff. */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */