aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h')
-rw-r--r--emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h b/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h
deleted file mode 100644
index 3cc0fd5..0000000
--- a/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Generated Code - DO NOT EDIT !!
-// generated by 'emugen'
-#ifndef __foo_server_context_t_h
-#define __foo_server_context_t_h
-
-#include "foo_server_proc.h"
-
-
-struct foo_server_context_t {
-
- fooAlphaFunc_server_proc_t fooAlphaFunc;
- fooIsBuffer_server_proc_t fooIsBuffer;
- fooUnsupported_server_proc_t fooUnsupported;
- fooDoEncoderFlush_server_proc_t fooDoEncoderFlush;
- virtual ~foo_server_context_t() {}
- int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData);
-};
-
-#endif