mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 00:10:39 +00:00
13 lines
256 B
C
13 lines
256 B
C
|
|
#ifndef SAMPSRV_NETRPC_H
|
|
#define SAMPSRV_NETRPC_H
|
|
|
|
//----------------------------------------------------
|
|
|
|
void RegisterRPCs(RakServerInterface *);
|
|
void UnRegisterRPCs(RakServerInterface *);
|
|
|
|
//----------------------------------------------------
|
|
|
|
#endif
|