Files @ r12599:6b04ff4e5cf4
Branch filter:

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

rubidium
(svn r17052) -Codechange: move state changes out of OnPaint for the graph windows
/* $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 */