Rest of the Write* update.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-03-03 05:34:26 +00:00
parent 888337527e
commit b64f193d56

View file

@ -9,4 +9,7 @@ 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 (float to, ...) WriteBytes = #0;
void (float to, vector v) WriteCoordV = #0;
void (float to, vector v) WriteAngleV = #0;
void (...) centerprint = #73;