mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +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 |