mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
9 lines
203 B
C
9 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
|