(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:
@@ -5,7 +5,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "namegen.h"
|
#include "namegen_func.h"
|
||||||
#include "string_func.h"
|
#include "string_func.h"
|
||||||
|
|
||||||
#include "table/namegen.h"
|
#include "table/namegen.h"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "currency.h"
|
#include "currency.h"
|
||||||
#include "namegen.h"
|
#include "namegen_func.h"
|
||||||
#include "station.h"
|
#include "station.h"
|
||||||
#include "town.h"
|
#include "town.h"
|
||||||
#include "screenshot.h"
|
#include "screenshot.h"
|
||||||
|
Reference in New Issue
Block a user