- created a new zmusic library which will eventually contain all the music playback code.

Currently all it contains are the MIDI sources and the MIDI devices, the rest needs to be reworked first.
This commit is contained in:
Christoph Oelckers 2019-09-28 18:32:25 +02:00
commit cfe89ef6e6
42 changed files with 397 additions and 122 deletions

View file

@ -86,8 +86,6 @@
#include "textures/bitmap.h"
#include "atterm.h"
#include "optwin32.h"
// MACROS ------------------------------------------------------------------
#ifdef _MSC_VER