mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
cdc1f0c5e7
Now that qfcc actually supports them properly.
6 lines
157 B
R
6 lines
157 B
R
#include <cbuf.h>
|
|
|
|
void (string text) Cbuf_AddText = #0;
|
|
void (string text) Cbuf_InsertText = #0;
|
|
void () Cbuf_Execute = #0;
|
|
void () Cbuf_Execute_Sets = #0;
|