mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 02:41:30 +00:00
Rest of the Write* update.
This commit is contained in:
parent
888337527e
commit
b64f193d56
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue