(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.

This commit is contained in:
rubidium 2008-03-28 09:15:08 +00:00
parent eeabab4555
commit b4dafb3036
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"