doom3-gpl
Doom 3 GPL source release
|
Public Attributes | |
byte | data [MAX_UDP_MSG_SIZE] |
netadr_t | address |
int | size |
int | time |
struct udpMsg_s * | next |
Definition at line 839 of file win_net.cpp.
netadr_t udpMsg_s::address |
Definition at line 841 of file win_net.cpp.
byte udpMsg_s::data[MAX_UDP_MSG_SIZE] |
Definition at line 840 of file win_net.cpp.
struct udpMsg_s* udpMsg_s::next |
Definition at line 844 of file win_net.cpp.
int udpMsg_s::size |
Definition at line 842 of file win_net.cpp.
int udpMsg_s::time |
Definition at line 843 of file win_net.cpp.