mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
13 lines
306 B
C
13 lines
306 B
C
|
|
||
|
#pragma once
|
||
|
#ifndef SAMPCLI_SCRIPTRPC_H
|
||
|
#define SAMPCLI_SCRIPTRPC_H
|
||
|
|
||
|
//----------------------------------------------------
|
||
|
|
||
|
void RegisterScriptRPCs(RakClientInterface* pRakClient);
|
||
|
void UnRegisterScriptRPCs(RakClientInterface* pRakClient);
|
||
|
|
||
|
//----------------------------------------------------
|
||
|
|
||
|
#endif
|