1
0
Fork 0

(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise

release/0.4.5
tron 2005-07-25 08:16:05 +00:00
parent 2dfbb2963d
commit 4f6b8232c9
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
/* $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>