Files @ r12767:3d23682b3fda
Branch filter:

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

rubidium
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
/* $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 */