forked from mirror/OpenTTD
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* This file contains all the data for vehicles
|
||||
*/
|
||||
|
||||
#include "sound.h"
|
||||
#include "../sound.h"
|
||||
|
||||
/** Writes the properties of a vehicle into the EngineInfo struct.
|
||||
* @see EngineInfo
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
|
||||
static const char *name_original_english_1[] = {
|
||||
"Great ",
|
||||
|
Reference in New Issue
Block a user