Files @ r11679:85c8ce63beba
Branch filter:

Location: cpp/openttd-patchpack/source/src/namegen_func.h

translators
(svn r16069) -Update: WebTranslator2 update to 2009-04-16 17:52:36
brazilian_portuguese - 12 fixed by tucalipe (12)
korean - 8 fixed by darkttd (8)
slovenian - 10 fixed by Necrolyte (10)
/* $Id$ */

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

#ifndef NAMEGEN_FUNC_H
#define NAMEGEN_FUNC_H

char *GenerateTownNameString(char *buf, const char *last, size_t lang, uint32 seed);

#endif /* NAMEGEN_FUNC_H */