Changeset - r1892:d8edb7406422
[Not reviewed]
master
0 4 0
Darkvater - 19 years ago 2005-06-02 19:39:29
darkvater@openttd.org
(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
extmidi.c
Show inline comments
 
@@ -2,7 +2,7 @@
 
#ifndef __MORPHOS__
 
#include "stdafx.h"
 

	
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "sound.h"
 
#include "string.h"
os/beos/bemidi.cpp
Show inline comments
 
#ifdef __BEOS__
 

	
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "hal.h"
 

	
 
// BeOS System Includes
os2.c
Show inline comments
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "window.h"
 
#include "string.h"
 
#include "table/strings.h"
unix.c
Show inline comments
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "window.h"
 
#include "string.h"
 
#include "table/strings.h"
0 comments (0 inline, 0 general)