blob: 12d8f0c5213c483fcc9f2d5f0e60a2d4e4106026 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
|