mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Fix include-paths for timidity (Issue 180)
This commit is contained in:
parent
cbbf473d59
commit
d3a9fa14ae
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#include "w_wad.h"
|
||||
#include "d_main.h"
|
||||
#include "doomdef.h"
|
||||
#include "../timidity/timidity.h"
|
||||
#include "../timidity/controls.h"
|
||||
#include "libs/timidity/timidity.h"
|
||||
#include "libs/timidity/controls.h"
|
||||
|
||||
#include "sound/snd_local.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue