mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-18 02:31:31 +00:00
10 lines
203 B
C
10 lines
203 B
C
|
#ifndef __cbuf_h
|
||
|
#define __cbuf_h
|
||
|
|
||
|
@extern void (string text) Cbuf_AddText;
|
||
|
@extern void (string text) Cbuf_InsertText;
|
||
|
@extern void () Cbuf_Execute;
|
||
|
@extern void () Cbuf_Execute_Sets;
|
||
|
|
||
|
#endif//__cbuf_h
|