Files @ r8190:61d1e611ed9b
Branch filter:

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

belugas
(svn r11753) -Codechange: re-indent the switch case structures, as to be more code style oriented.
Hoping it makes the whole file easier to follow/read
/* $Id$ */

/** @file src/namegen.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 */