summaryrefslogtreecommitdiff
path: root/table/engines.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:16:10 +0000
committertron <tron@openttd.org>2005-07-25 07:16:10 +0000
commit201990b5d9d28abb67314076f577190f7a39f3ae (patch)
treea82d96125e84eafe4fb9321c49e6f8a880e8c141 /table/engines.h
parentcb3c325e5f8bcb09f390ef7a1af0ef0442fe9462 (diff)
downloadopenttd-201990b5d9d28abb67314076f577190f7a39f3ae.tar.xz
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'table/engines.h')
-rw-r--r--table/engines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/engines.h b/table/engines.h
index 83bec4b57..a1eeada08 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -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