1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:03:12 +00:00
re3/src/control/Remote.h

9 lines
194 B
C
Raw Permalink Normal View History

#pragma once
class CRemote
{
public:
2021-01-23 20:04:24 +00:00
static CVehicle* GivePlayerRemoteControlledCar(float, float, float, float, uint16);
2020-08-24 20:01:51 +00:00
static void TakeRemoteControlledCarFromPlayer(bool blowUp = true);
};