1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-15 04:13:13 +00:00
re3/src/control/Remote.h
Nikolay Korolev 37d1aa4129 script fixes
2021-01-23 23:04:24 +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);
};