mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
More stuff we don't need in WildMidi removed
This commit is contained in:
parent
88beae55bd
commit
50ecec199f
1 changed files with 0 additions and 12 deletions
|
@ -130,18 +130,6 @@ struct _note {
|
|||
unsigned char is_off;
|
||||
};
|
||||
|
||||
struct _miditrack {
|
||||
unsigned long int length;
|
||||
unsigned long int ptr;
|
||||
unsigned long int delta;
|
||||
unsigned char running_event;
|
||||
unsigned char EOT;
|
||||
};
|
||||
|
||||
struct _mdi_patches {
|
||||
struct _patch *patch;
|
||||
struct _mdi_patch *next;
|
||||
};
|
||||
|
||||
struct _event_data {
|
||||
unsigned char channel;
|
||||
|
|
Loading…
Reference in a new issue