namegen.h
author hackykid
Sun, 05 Jun 2005 15:37:00 +0000
changeset 1905 c53f8d71f9b6
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/max speed instead of recalculating it each time.
- Fix: Station ratings now depends on the max speed of a consist, without being affected by other speed limits from realistic acceleration.
#ifndef NAMEGEN_H
#define NAMEGEN_H

typedef byte TownNameGenerator(char *buf, uint32 seed);

extern TownNameGenerator * const _town_name_generators[];

#endif