mirror of
https://github.com/halpz/re3.git
synced 2025-04-26 04:25:46 +00:00
9 lines
194 B
C++
9 lines
194 B
C++
#pragma once
|
|
|
|
class CRemote
|
|
{
|
|
public:
|
|
static CVehicle* GivePlayerRemoteControlledCar(float, float, float, float, uint16);
|
|
static void TakeRemoteControlledCarFromPlayer(bool blowUp = true);
|
|
};
|