Myo Scol plugin
D:
dev
scol-technologies
trunk
scol
plugins
myo
include
loadScolMyo.h
1
#ifndef __LOAD_SCOL_MYO_H__
2
#define __LOAD_SCOL_MYO_H__
3
4
#ifdef SCOL_STATIC
5
6
#include "scolMachine.h"
7
8
#ifdef __cplusplus
9
extern
"C"
10
#endif
11
SCOL_EXPORT
int
ScolMyoLoadPlugin(mmachine m, cbmachine w);
12
13
#ifdef __cplusplus
14
extern
"C"
15
#endif
16
SCOL_EXPORT
int
ScolMyoUnloadPlugin();
17
18
#endif //SCOL_STATIC
19
20
#endif
Generated on Thu Aug 24 2017 10:29:17 for Myo Scol plugin by
1.8.13