Home
last modified time | relevance | path

Searched refs:COM_TextType (Results 1 – 2 of 2) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_net.h167 } COM_TextType; typedef
H A Drt_net.c949 COM_TextType *Text; in AddTextMessage()
951 Text = ( COM_TextType * )NextLocalCommand(); in AddTextMessage()
1032 size=sizeof(COM_TextType); in GetPacketSize()
2451 who = ( ( COM_TextType * )cmd )->towho; in ProcessPlayerCommand()
2462 strcat( string, ((COM_TextType *)cmd)->string ); in ProcessPlayerCommand()