mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
10 lines
227 B
C
10 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
|