HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CH_PyExprFunc.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * COMMENTS:
7  */
8 
9 #ifndef __CH_PyExprFunc_h__
10 #define __CH_PyExprFunc_h__
11 
12 #include <EXPR/EXPR.h>
13 #include "CH_API.h"
14 
16  EV_SYMBOL **argv, int);
17 
18 #endif
**But if you need a result
Definition: thread.h:613
class representing a symbol operated upon by expressions
Definition: EXPR.h:159
GLenum func
Definition: glcorearb.h:783
#define CH_API
Definition: CH_API.h:10
CH_API void CHpythonFunctionCallback(EV_FUNCTION *func, EV_SYMBOL *result, EV_SYMBOL **argv, int)