summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 09:15:08 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 09:15:08 +0000
commitb4dafb303662e5e0a1f63c58371b3014c8526b51 (patch)
treed2beac0d2db4525dd39fb54cb50cf0263a065ceb /src/strings.cpp
parenteeabab4555bf20ea9769bfea05c1fc278a493fa3 (diff)
downloadopenttd-b4dafb303662e5e0a1f63c58371b3014c8526b51.tar.xz
(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index f6af86831..aa62e30d7 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -5,7 +5,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "currency.h"
-#include "namegen.h"
+#include "namegen_func.h"
#include "station.h"
#include "town.h"
#include "screenshot.h"