Project

General

Profile

OPENXR Scol plugin
loadScolOpenXR.h
1#ifndef __LOAD_SCOL_SOPENXR_H__
2#define __LOAD_SCOL_SOPENXR_H__
3
4#ifdef SCOL_STATIC
5
6#include "scolMachine.h"
7
8#ifdef __cplusplus
9 extern "C"
10#endif
11SCOL_EXPORT int ScolOpenXrLoadPlugin(mmachine m, cbmachine w);
12
13SCOL_EXPORT int ScolOpenXrUnloadPlugin();
14
15SCOL_EXPORT void ScolOpenXrResumeWindowPlugin(mmachine m);
16
17SCOL_EXPORT void ScolOpenXrPauseWindowPlugin(mmachine m);
18
19#ifdef __cplusplus
20 extern "C"
21#endif
22
23#endif //SCOL_STATIC
24
25#endif // __LOAD_SCOL_SOPENXR_H__