mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Major particle interface cleanup, several bugfixes, and minor performance improvements. Oh, check out "/help easter_eggs" (gl-only, at the moment).
This commit is contained in:
parent
8a47406dcd
commit
f66b7a93e5
19 changed files with 631 additions and 415 deletions
|
@ -59,6 +59,7 @@ const char *MSG_ReadString (msg_t *msg);
|
|||
const char *MSG_ReadStringLine (msg_t *msg);
|
||||
|
||||
float MSG_ReadCoord (msg_t *msg);
|
||||
void MSG_ReadCoord3 (msg_t *msg, vec3_t coord);
|
||||
float MSG_ReadAngle (msg_t *msg);
|
||||
float MSG_ReadAngle16 (msg_t *msg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue