| // Generated Code - DO NOT EDIT !! |
| // generated by 'emugen' |
| #ifndef __renderControl_client_context_t_h |
| #define __renderControl_client_context_t_h |
| |
| #include "renderControl_client_base.h" |
| |
| |
| struct renderControl_client_context_t : renderControl_client_base_t { |
| |
| virtual ~renderControl_client_context_t() {} |
| |
| typedef renderControl_client_context_t *CONTEXT_ACCESSOR_TYPE(void); |
| static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f); |
| int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData); |
| virtual void setError(unsigned int error){ (void)error; }; |
| virtual unsigned int getError(){ return 0; }; |
| }; |
| |
| #endif |