DI-Guy C++ SDK Reference
13.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
diguy_ai_internal.h
Go to the documentation of this file.
1
2
/*********************************************************************
3
** Copyright (c) 1992-2014 VT MAK
4
** All rights reserved.
5
*********************************************************************/
6
7
#ifndef __diguy_ai_internalH
8
#define __diguy_ai_internalH
9
10
#include <
declspec_bdiutil.h
>
11
12
/*
13
* Minor attempt at obfuscation.
14
*/
15
#define diguy_ai_internal_has_diguy_ai_license daihdal
16
#define diguy_ai_internal_has_diguy_ai_dev_license daihdadl
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
/*l
23
*b Returns:
24
**
25
** 1 if diguy_ai_initialize() has been called,
26
** 0 if not
27
*/
28
BDI_DECLSPEC_bdiutil
29
int
diguy_ai_initialize_called
();
30
31
/*l
32
*b Returns:
33
**
34
** 1 if diguy_ai_rt or diguy_ai license feature is present and valid,
35
** 0 if not
36
*/
37
BDI_DECLSPEC_bdiutil
38
int
diguy_ai_internal_has_diguy_ai_license
();
39
40
/*l
41
*b Returns:
42
**
43
** 1 if diguy_ai license feature is present and valid,
44
** 0 if not
45
*/
46
BDI_DECLSPEC_bdiutil
47
int
diguy_ai_internal_has_diguy_ai_dev_license
();
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* __diguy_ai_internalH */
54
55
56
/*********************************************************************
57
** Copyright (c) 1992-2014 VT MAK
58
** All rights reserved.
59
*********************************************************************/
60
include
diguy_ai_internal.h
Generated on Wed Jul 9 2014 21:35:58 for DI-Guy C++ SDK Reference by
1.8.3.1