mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- 2d stuff
This commit is contained in:
parent
2bd4173716
commit
7490d6cd18
2 changed files with 1204 additions and 0 deletions
|
@ -250,6 +250,7 @@ void Net_Connect(const char *srvaddr);
|
||||||
// Packet Handlers
|
// Packet Handlers
|
||||||
#endif
|
#endif
|
||||||
void Net_GetPackets(void);
|
void Net_GetPackets(void);
|
||||||
|
inline void getpackets() { Net_GetPackets(); }
|
||||||
#ifndef NETCODE_DISABLE
|
#ifndef NETCODE_DISABLE
|
||||||
|
|
||||||
void Net_SendClientInfo(void);
|
void Net_SendClientInfo(void);
|
||||||
|
|
1203
source/games/duke/src/2d_d.cpp
Normal file
1203
source/games/duke/src/2d_d.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue