Further small midi cleanup changes--nothing functional

git-svn-id: https://svn.eduke32.com/eduke32@8221 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/audiolib/include/al_midi.h
#	source/audiolib/src/_al_midi.h
This commit is contained in:
terminx 2019-10-19 23:48:31 +00:00 committed by Christoph Oelckers
parent 6fa287c767
commit a2ab5492cc
5 changed files with 36 additions and 38 deletions

View file

@ -20,10 +20,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
//-------------------------------------------------------------------------
#include "fx_man.h"
#include "compat.h"
#include "drivers.h"
#include "driver_adlib.h"
#include "midi.h"
#include "multivoc.h"
#include "fx_man.h"
#include "osd.h"
int FX_ErrorCode = FX_Ok;
int FX_Installed;