blob: e03cad1301135b8303620ebd6c791c5cba7f224d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef ALMIDI_H
#define ALMIDI_H
#include "alMain.h"
#include "atomic.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* ALMIDI_H */
|