mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +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 |