1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 10:57:38 +00:00
re3/src/control/Remote.h
Sergeanur 963e85f047 Fix
2020-08-24 23:01:51 +03:00

9 lines
189 B
C++

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