TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / host / tools / emugen / tests / t.001 / expected / encoder / foo_client_proc.h
1 // Generated Code - DO NOT EDIT !!
2 // generated by 'emugen'
3 #ifndef __foo_client_proc_t_h
4 #define __foo_client_proc_t_h
5
6
7
8 #include "foo_types.h"
9
10 #include "emugl/common/logging.h"
11 #ifndef foo_APIENTRY
12 #define foo_APIENTRY 
13 #endif
14 typedef void (foo_APIENTRY *fooAlphaFunc_client_proc_t) (void * ctx, FooInt, FooFloat);
15 typedef FooBoolean (foo_APIENTRY *fooIsBuffer_client_proc_t) (void * ctx, void*);
16 typedef void (foo_APIENTRY *fooUnsupported_client_proc_t) (void * ctx, void*);
17 typedef void (foo_APIENTRY *fooDoEncoderFlush_client_proc_t) (void * ctx, FooInt);
18 typedef void (foo_APIENTRY *fooTakeConstVoidPtrConstPtr_client_proc_t) (void * ctx, const void* const*);
19
20
21 #endif