mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +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
|