SA-MP/saco/net/netrpc.h

10 lines
211 B
C

#pragma once
//----------------------------------------------------
void RegisterRPCs(RakClientInterface *);
void UnRegisterRPCs(RakClientInterface *);
//----------------------------------------------------