DI-Guy SDK Documentation  13.1
diguy_ai_internal.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2015 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
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
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
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* __diguy_ai_internalH */
54 
55 
56 /*********************************************************************
57  ** Copyright (c) 1992-2015 VT MAK
58  ** All rights reserved.
59  *********************************************************************/
60 
int diguy_ai_initialize_called()
Returns: 1 if diguy_ai_initialize() has been called, 0 if not.
#define diguy_ai_internal_has_diguy_ai_license
Definition: diguy_ai_internal.h:15
#define diguy_ai_internal_has_diguy_ai_dev_license
Definition: diguy_ai_internal.h:16