From 36c9758c940c5ecd97b39e261e8a273aca7059b5 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 5 Feb 2005 15:58:59 +0000 Subject: (svn r1803) Move debugging stuff into files of it's own --- namegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'namegen.c') diff --git a/namegen.c b/namegen.c index 17f636953..81dce6fae 100644 --- a/namegen.c +++ b/namegen.c @@ -1,6 +1,6 @@ #include "stdafx.h" #include "ttd.h" - +#include "debug.h" #include "table/namegen.h" static inline uint32 SeedChance(int shift_by, int max, uint32 seed) -- cgit v1.2.3-54-g00ecf