mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
a12fa85506
stringh: I'm not really that keen on those interfaces and I'ld like to see them go away) and create libcsqc for most of it (key goes into gui)
9 lines
227 B
C
9 lines
227 B
C
#ifndef __ruamoko_cbuf_h
|
|
#define __ruamoko_cbuf_h
|
|
|
|
@extern void (string text) Cbuf_AddText;
|
|
@extern void (string text) Cbuf_InsertText;
|
|
@extern void () Cbuf_Execute;
|
|
@extern void () Cbuf_Execute_Sets;
|
|
|
|
#endif//__ruamoko_cbuf_h
|