27 #include "../../shared/mathlib.h"
31 #define pSequenceContext_t struct sequenceContext_s*
bool SEQ_InitContext(pSequenceContext_t context, const char *sequenceName)
void SEQ_SetView(pSequenceContext_t context, vec2_t pos, vec2_t size)
pSequenceContext_t SEQ_AllocContext(void)
Allocate a sequence context.
#define pSequenceContext_t
QGL_EXTERN GLuint GLsizei GLsizei GLint GLenum GLchar * name
bool SEQ_Render(pSequenceContext_t context)
void CL_ParseSequence(const char *name, const char **text)
Reads the sequence values from given text-pointer.
void SEQ_SendClickEvent(pSequenceContext_t context)
void SEQ_FreeContext(pSequenceContext_t context)