Project

General

Profile

Template
loadScolSpeech.h
Go to the documentation of this file.
1#ifndef __LOAD_SCOL_SPEECH_H__
2#define __LOAD_SCOL_SPEECH_H__
3
4#ifdef SCOL_STATIC
5
6#include "scolMachine.h"
7
8#ifdef __cplusplus
9 extern "C"
10#endif
11SCOL_EXPORT int ScolSpeechLoadPlugin(mmachine m, cbmachine w);
12
13#ifdef __cplusplus
14 extern "C"
15#endif
16SCOL_EXPORT int ScolSpeechUnloadPlugin();
17
18#endif //SCOL_STATIC
19
20#endif