quakeforge/ruamoko/include/cbuf.h
Jeff Teunissen 4bd37e7b64 Switch to C-style function declarations.
Doxygen hates the QuakeC-style function prototypes we use, so switch to the
C-style prototypes.
2010-12-11 20:31:59 -05:00

9 lines
235 B
C

#ifndef __ruamoko_cbuf_h
#define __ruamoko_cbuf_h
@extern void Cbuf_AddText (string text);
@extern void Cbuf_InsertText (string text);
@extern void Cbuf_Execute (void);
@extern void Cbuf_Execute_Sets (void);
#endif//__ruamoko_cbuf_h