Template
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Functions
c
e
g
i
m
o
r
s
t
v
Typedefs
a
b
d
e
f
g
h
i
j
k
m
n
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
i
l
m
n
o
p
r
s
t
u
v
x
Typedefs
a
b
c
d
e
i
j
k
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
_
c
d
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
_
c
d
f
g
l
n
o
s
t
Variables
m
n
o
r
s
w
Typedefs
Macros
d
f
g
i
j
m
n
p
include
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
11
SCOL_EXPORT
int
ScolSpeechLoadPlugin(mmachine m, cbmachine w);
12
13
#ifdef __cplusplus
14
extern
"C"
15
#endif
16
SCOL_EXPORT
int
ScolSpeechUnloadPlugin();
17
18
#endif
//SCOL_STATIC
19
20
#endif
Generated by
1.9.8