(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
authorDarkvater
Thu, 02 Jun 2005 19:39:29 +0000
changeset 1892 45894b95a925
parent 1891 92a3b0aa0946
child 1893 278bddd649be
(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
extmidi.c
os/beos/bemidi.cpp
os2.c
unix.c
--- a/extmidi.c	Thu Jun 02 19:30:21 2005 +0000
+++ b/extmidi.c	Thu Jun 02 19:39:29 2005 +0000
@@ -2,7 +2,7 @@
 #ifndef __MORPHOS__
 #include "stdafx.h"
 
-#include "ttd.h"
+#include "openttd.h"
 #include "hal.h"
 #include "sound.h"
 #include "string.h"
--- a/os/beos/bemidi.cpp	Thu Jun 02 19:30:21 2005 +0000
+++ b/os/beos/bemidi.cpp	Thu Jun 02 19:39:29 2005 +0000
@@ -1,7 +1,7 @@
 #ifdef __BEOS__
 
 #include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
 #include "hal.h"
 
 // BeOS System Includes
--- a/os2.c	Thu Jun 02 19:30:21 2005 +0000
+++ b/os2.c	Thu Jun 02 19:39:29 2005 +0000
@@ -1,5 +1,5 @@
 #include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
 #include "window.h"
 #include "string.h"
 #include "table/strings.h"
--- a/unix.c	Thu Jun 02 19:30:21 2005 +0000
+++ b/unix.c	Thu Jun 02 19:39:29 2005 +0000
@@ -1,5 +1,5 @@
 #include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
 #include "window.h"
 #include "string.h"
 #include "table/strings.h"