mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 15:58:58 +00:00
8 lines
175 B
C++
8 lines
175 B
C++
#pragma once
|
|
|
|
class CRemote
|
|
{
|
|
public:
|
|
static void GivePlayerRemoteControlledCar(float, float, float, float, uint16);
|
|
static void TakeRemoteControlledCarFromPlayer(void);
|
|
};
|