// Generated Code - DO NOT EDIT !! | |
// generated by 'emugen' | |
#ifndef GUARD_gl_encoder_context_t | |
#define GUARD_gl_encoder_context_t | |
#include "IOStream.h" | |
#include "gl_client_context.h" | |
#include "glUtils.h" | |
#include "GLEncoderUtils.h" | |
struct gl_encoder_context_t : public gl_client_context_t { | |
IOStream *m_stream; | |
gl_encoder_context_t(IOStream *stream); | |
}; | |
#endif |