samp-re/processnetworkpacket.h

12 lines
222 B
C
Raw Normal View History

2020-04-04 05:10:14 +02:00
/* vim: set filetype=c ts=8 noexpandtab: */
#define RP_PARSE_NETWORK_PACKET ((void*) 0x462C21)
void __stdcall ProcessNetworkPacket(
int binaryAddress,
short port,
char *data,
int length,
struct CRakPeer *rakPeer);