namegen.h
author peter1138
Tue, 30 May 2006 21:19:46 +0000
changeset 3919 1ba6c2e9b46d
parent 2436 177cb6a8339f
child 4919 8ac0256c6009
permissions -rw-r--r--
(svn r5046) - Implement smooth horizontal depot scrolling by setting up a clipping area to draw the train image. This fixes a couple of usability issues when shorter wagons are used in the depot; shorter wagons scrolled at a different speed, and not all wagons were visible sometimes.
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */