1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 14:53:47 +00:00
re3/src/control/Remote.h

9 lines
189 B
C
Raw Normal View History

#pragma once
class CRemote
{
public:
2019-07-26 07:44:56 +00:00
static void GivePlayerRemoteControlledCar(float, float, float, float, uint16);
2020-08-24 20:01:51 +00:00
static void TakeRemoteControlledCarFromPlayer(bool blowUp = true);
};