Sensor Scol plugin
Multi platform sensors for handled devices
loadScolSensor.h
1#ifndef __LOAD_SCOL_SENSOR_H__
2#define __LOAD_SCOL_SENSOR_H__
3
4#ifdef SCOL_STATIC
5
6#include "scolMachine.h"
7
8#ifdef __cplusplus
9extern "C"
10{
11#endif
12
13SCOL_EXPORT void ScolSensorPauseWindowPlugin(mmachine m);
14
15SCOL_EXPORT void ScolSensorResumeWindowPlugin(mmachine m);
16
17SCOL_EXPORT int ScolSensorLoadPlugin(mmachine m, cbmachine w);
18
19SCOL_EXPORT int ScolSensorUnloadPlugin();
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif //SCOL_STATIC
26
27#endif