1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:37:37 +00:00
re3/src/control/Remote.h
Nikolay Korolev ee89c485fc sync
2021-01-24 13:42:45 +03:00

9 lines
194 B
C++

#pragma once
class CRemote
{
public:
static CVehicle* GivePlayerRemoteControlledCar(float, float, float, float, uint16);
static void TakeRemoteControlledCarFromPlayer(bool blowUp = true);
};