namegen.h
author celestar
Fri, 18 Feb 2005 22:17:33 +0000
changeset 1385 91d75432f81e
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r1889) -Fix: [ 1108637 ] 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values.
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif