Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
21
Src/Plugins/Input/in_midi/cvt.h
Normal file
21
Src/Plugins/Input/in_midi/cvt.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef STRICT
|
||||
#define STRICT 1
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#include <mmsystem.h>
|
||||
#include <dsound.h>
|
||||
#ifndef MF_NO_DMCRAP
|
||||
#include <dmusici.h>
|
||||
#include <dmusicf.h>
|
||||
#endif
|
||||
|
||||
class WReader;
|
||||
struct CTempoMap;
|
||||
struct CSysexMap;
|
||||
|
||||
#include "utils.h"
|
||||
#include "midifile.h"
|
Loading…
Add table
Add a link
Reference in a new issue