TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / android / opengl / system / renderControl_enc / renderControl_enc.h
diff --git a/src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_enc.h b/src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_enc.h
new file mode 100644 (file)
index 0000000..628cff3
--- /dev/null
@@ -0,0 +1,24 @@
+// Generated Code - DO NOT EDIT !!
+// generated by 'emugen'
+
+#ifndef GUARD_renderControl_encoder_context_t
+#define GUARD_renderControl_encoder_context_t
+
+#include "IOStream.h"
+#include "ChecksumCalculator.h"
+#include "renderControl_client_context.h"
+
+
+#include <stdint.h>
+#include <EGL/egl.h>
+#include "glUtils.h"
+
+struct renderControl_encoder_context_t : public renderControl_client_context_t {
+
+       IOStream *m_stream;
+       ChecksumCalculator *m_checksumCalculator;
+
+       renderControl_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator);
+};
+
+#endif  // GUARD_renderControl_encoder_context_t
\ No newline at end of file