summaryrefslogtreecommitdiffstats
path: root/host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h')
-rw-r--r--host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h b/host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h
new file mode 100644
index 000000000..d02509070
--- /dev/null
+++ b/host/commands/emugen/tests/t.001/expected/decoder/foo_dec.h
@@ -0,0 +1,20 @@
+// Generated Code - DO NOT EDIT !!
+// generated by 'emugen'
+
+#ifndef GUARD_foo_decoder_context_t
+#define GUARD_foo_decoder_context_t
+
+#include "OpenglRender/IOStream.h"
+#include "ChecksumCalculator.h"
+#include "foo_server_context.h"
+
+
+#include "emugl/common/logging.h"
+
+struct foo_decoder_context_t : public foo_server_context_t {
+
+ size_t decode(void *buf, size_t bufsize, IOStream *stream, ChecksumCalculator* checksumCalc);
+
+};
+
+#endif // GUARD_foo_decoder_context_t