2002-08-15 06:56:37 +00:00
|
|
|
#include "message.h"
|
|
|
|
|
2002-08-15 07:24:56 +00:00
|
|
|
void (...) bprint = #23;
|
2002-08-15 06:56:37 +00:00
|
|
|
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;
|
2003-03-03 05:34:26 +00:00
|
|
|
void (float to, ...) WriteBytes = #0;
|
|
|
|
void (float to, vector v) WriteCoordV = #0;
|
|
|
|
void (float to, vector v) WriteAngleV = #0;
|
2002-08-15 06:56:37 +00:00
|
|
|
void (...) centerprint = #73;
|