-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAI_UTILS.H
41 lines (36 loc) · 1.56 KB
/
AI_UTILS.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* ========================================================================
Copyright (c) 1990,1996 Synergistic Software
All Rights Reserved
======================================================================== */
#ifndef _AI_UTILS_H
#define _AI_UTILS_H
/* ------------------------------------------------------------------------
Sub Includes
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Defines and Compile Flags
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Enums
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Typedefs
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Macros
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Prototypes
------------------------------------------------------------------------ */
#if defined (__cplusplus)
extern "C" {
#endif
void AIOpenScript( LONG Unused );
void AIDropPoint( LONG Unused );
void pfVoiceInq( LONG Unused );
void pfVoiceResp( LONG Unused );
void pfCommandOnHide(void);
#if defined (__cplusplus)
}
#endif
#endif // _AI_UTILS_H