quakeforge/ruamoko/include/cbuf.h

12 lines
307 B
C
Raw Normal View History

#ifndef __ruamoko_cbuf_h
#define __ruamoko_cbuf_h
typedef @handle cbuf_h cbuf_t;
@extern void Cbuf_AddText (cbuf_t cbuf, string text);
@extern void Cbuf_InsertText (cbuf_t cbuf, string text);
@extern void Cbuf_Execute (cbuf_t cbuf);
@extern void Cbuf_Execute_Sets (cbuf_t cbuf);
#endif//__ruamoko_cbuf_h