- 2d stuff

This commit is contained in:
Christoph Oelckers 2020-06-25 21:51:44 +02:00
parent 2bd4173716
commit 7490d6cd18
2 changed files with 1204 additions and 0 deletions

View File

@ -250,6 +250,7 @@ void Net_Connect(const char *srvaddr);
// Packet Handlers
#endif
void Net_GetPackets(void);
inline void getpackets() { Net_GetPackets(); }
#ifndef NETCODE_DISABLE
void Net_SendClientInfo(void);

File diff suppressed because it is too large Load Diff