Changeset - r2192:ac48c3a81658
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-25 08:16:05
tron@openttd.org
(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
music/bemidi.cpp
Show inline comments
 
/* $Id$ */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "music/bemidi.h"
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "bemidi.h"
 

	
 
// BeOS System Includes
 
#include <MidiSynthFile.h>
0 comments (0 inline, 0 general)