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
 
#ifndef __BEOS__
 
#ifndef __MORPHOS__
 
#include "stdafx.h"
 

	
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "sound.h"
 
#include "string.h"
 
#include <fcntl.h>
 
#include <sys/types.h>
 
#include <sys/wait.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
 
#include <MidiSynthFile.h>
 

	
 
BMidiSynthFile midiSynthFile;
os2.c
Show inline comments
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "openttd.h"
 
#include "window.h"
 
#include "string.h"
 
#include "table/strings.h"
 
#include "hal.h"
 
#include "gfx.h"
 
#include "gui.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"
 
#include "hal.h"
 

	
 
#include <dirent.h>
0 comments (0 inline, 0 general)