summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-05 23:03:12 +0000
committertron <tron@openttd.org>2005-02-05 23:03:12 +0000
commit80776172a5861f77e98f877c66563177886a8fca (patch)
treea8a04d4e2d845ab7612bac0a7d2e41a7b12f23ea /variables.h
parent31e098e64ed06580d4711b7f799234d6674288da (diff)
downloadopenttd-80776172a5861f77e98f877c66563177886a8fca.tar.xz
(svn r1810) Move town name generation declarations into a header of their own
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index b9cee1f0e..895ca3aaa 100644
--- a/variables.h
+++ b/variables.h
@@ -378,9 +378,6 @@ typedef struct {
VARDEF CargoConst _cargoc;
-typedef byte TownNameGenerator(byte *buf, uint32 seed);
-extern TownNameGenerator * const _town_name_generators[];
-
static inline void SetDParamX(uint32 *s, uint n, uint32 v)
{