diff options
author | tron <tron@openttd.org> | 2005-07-25 08:16:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-25 08:16:05 +0000 |
commit | 4f6b8232c9ed2338972f6d696c733c15c4f20916 (patch) | |
tree | 9183b16334c2863b58ade8c0bd5632fdd205d7bb /music | |
parent | 2dfbb2963da6cca8d542b1d6cdc01bca0e45f023 (diff) | |
download | openttd-4f6b8232c9ed2338972f6d696c733c15c4f20916.tar.xz |
(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise
Diffstat (limited to 'music')
-rw-r--r-- | music/bemidi.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/music/bemidi.cpp b/music/bemidi.cpp index e2c12d0d5..d87fae63b 100644 --- a/music/bemidi.cpp +++ b/music/bemidi.cpp @@ -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> |