1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Fix ProcessConnectionlessPacket prototype.

This commit is contained in:
Nicholas Hastings
2015-10-13 22:02:48 -04:00
parent b1d180a2d7
commit 4dd7a85b57

View File

@ -18,6 +18,7 @@
class INetChannel;
typedef struct netpacket_s netpacket_t;
class ns_address;
class INetChannelHandler
{