LeapMotion Scol plugin
loadScolLeapMotion.h
1 #ifndef __LOAD_SCOL_LEAPMOTION_H__
2 #define __LOAD_SCOL_LEAPMOTION_H__
3 
4 #include "scolMachine.h"
5 
6 #ifdef __cplusplus
7  extern "C"
8 #endif
9 SCOL_EXPORT int ScolLeapMotionLoadPlugin(mmachine m, cbmachine w);
10 
11 #ifdef __cplusplus
12  extern "C"
13 #endif
14 SCOL_EXPORT int ScolLeapMotionUnloadPlugin();
15 
16 #endif