Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmd
This commit is contained in:
parent
617107429d
commit
80b0792980
2 changed files with 2 additions and 56 deletions
|
@ -95,9 +95,6 @@ float MSG_ReadAngle16 (msg_t *sb);
|
|||
void MSG_ReadData (msg_t *sb, void *buffer, int size);
|
||||
int MSG_LookaheadByte (msg_t *msg);
|
||||
|
||||
void MSG_WriteDeltaUsercmd( msg_t *msg, struct usercmd_s *from, struct usercmd_s *to );
|
||||
void MSG_ReadDeltaUsercmd( msg_t *msg, struct usercmd_s *from, struct usercmd_s *to );
|
||||
|
||||
void MSG_WriteDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, usercmd_t *to );
|
||||
void MSG_ReadDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, usercmd_t *to );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue