Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rhsfun_math.h
Go to the documentation of this file.
1 /*************************************************************************
2  * PLEASE SEE THE FILE "license.txt" (INCLUDED WITH THIS SOFTWARE PACKAGE)
3  * FOR LICENSE AND COPYRIGHT INFORMATION.
4  *************************************************************************/
5 
6 /*************************************************************************
7  *
8  * file: rhsfun_math.h
9  *
10  * =======================================================================
11  * used only by rhsfun.cpp ... explicitly add to file and drop this one?
12  *
13  * =======================================================================
14  */
15 
16 #ifndef RHSFUN_MATH_H
17 #define RHSFUN_MATH_H
18 
19 #ifdef __cplusplus
20 //extern "C"
21 //{
22 #endif
23 
24 typedef char Bool;
25 typedef struct agent_struct agent;
26 
27 extern void init_built_in_rhs_math_functions (agent* thisAgent);
28 extern void remove_built_in_rhs_math_functions (agent* thisAgent);
29 
30 #ifdef __cplusplus
31 //}
32 #endif
33 
34 #endif