mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
13 lines
427 B
R
13 lines
427 B
R
|
#include "message.h"
|
||
|
|
||
|
void (string s) bprint = #23;
|
||
|
void (float to, float f) WriteByte = #52;
|
||
|
void (float to, float f) WriteChar = #53;
|
||
|
void (float to, float f) WriteShort = #54;
|
||
|
void (float to, float f) WriteLong = #55;
|
||
|
void (float to, float f) WriteCoord = #56;
|
||
|
void (float to, float f) WriteAngle = #57;
|
||
|
void (float to, string s) WriteString = #58;
|
||
|
void (float to, entity s) WriteEntity = #59;
|
||
|
void (...) centerprint = #73;
|