Move mp3_cd include within #IFDEF

svn-id: r3867
This commit is contained in:
James Brown 2002-04-05 04:18:30 +00:00
parent a97ab0a7d3
commit 3f2f8f958c

View File

@ -20,9 +20,9 @@
#include "stdafx.h"
#include "scumm.h"
#include "mp3_cd.h"
#ifdef COMPRESSED_SOUND_FILE
#include "mp3_cd.h"
int _current_mp3_cd_track;
struct xing _vbr_header;