src/namegen.h
author rubidium
Fri, 16 Mar 2007 22:00:07 +0000
branchnoai
changeset 9444 fd27df7ca2a0
parent 5726 8f399788f6c9
child 6303 84c215fc8eb8
permissions -rw-r--r--
(svn r9260) [NoAI] -Codechange: do the AI threading properly using a mutex and condition signalling.
Note: this is pthread specific code, it needs to be ported to non POSIX platform.
/* $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 */