summaryrefslogtreecommitdiff
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
commit4ce279812f3cec8a0c583d5fb3afd7557bcc6208 (patch)
treed2beac0d2db4525dd39fb54cb50cf0263a065ceb
parent2426f5342f7d02e4c7a486123fb1f1eda6d556ad (diff)
downloadopenttd-4ce279812f3cec8a0c583d5fb3afd7557bcc6208.tar.xz
(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.
-rw-r--r--src/namegen.cpp2
-rw-r--r--src/namegen_func.h (renamed from src/namegen.h)0
-rw-r--r--src/strings.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/namegen.cpp b/src/namegen.cpp
index 26b117126..3027e920b 100644
--- a/src/namegen.cpp
+++ b/src/namegen.cpp
@@ -5,7 +5,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
-#include "namegen.h"
+#include "namegen_func.h"
#include "string_func.h"
#include "table/namegen.h"
diff --git a/src/namegen.h b/src/namegen_func.h
index 6fdb9400a..6fdb9400a 100644
--- a/src/namegen.h
+++ b/src/namegen_func.h
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"