Files @ r9950:ca6054744c76
Branch filter:

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

belugas
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln
I've added a little fix on currency.cpp too, why not :)
/* $Id$ */

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

#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 */