summaryrefslogtreecommitdiff
path: root/namegen.c
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 /namegen.c
parent31e098e64ed06580d4711b7f799234d6674288da (diff)
downloadopenttd-80776172a5861f77e98f877c66563177886a8fca.tar.xz
(svn r1810) Move town name generation declarations into a header of their own
Diffstat (limited to 'namegen.c')
-rw-r--r--namegen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/namegen.c b/namegen.c
index 81dce6fae..3513cb131 100644
--- a/namegen.c
+++ b/namegen.c
@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "ttd.h"
#include "debug.h"
+#include "namegen.h"
#include "table/namegen.h"
static inline uint32 SeedChance(int shift_by, int max, uint32 seed)