view src/namegen.h @ 5688:4d109cf909b6 draft

(svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately.
author maedhros <maedhros@openttd.org>
date Mon, 15 Jan 2007 22:18:35 +0000
parents eabf4b86aed6
children bcf98ba27bbf
line wrap: on
line source

/* $Id$ */

#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 */