aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h')
-rw-r--r--emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h b/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h
deleted file mode 100644
index 3646de5..0000000
--- a/emulator/opengl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Generated Code - DO NOT EDIT !!
-// generated by 'emugen'
-
-#ifndef GUARD_foo_decoder_context_t
-#define GUARD_foo_decoder_context_t
-
-#include "IOStream.h"
-#include "foo_server_context.h"
-
-
-
-struct foo_decoder_context_t : public foo_server_context_t {
-
- size_t decode(void *buf, size_t bufsize, IOStream *stream);
-
-};
-
-#endif // GUARD_foo_decoder_context_t