1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-27 22:26:20 +00:00
re3/src/control/Remote.h

9 lines
167 B
C
Raw Normal View History

#pragma once
class CRemote
{
public:
2019-07-25 20:34:29 +00:00
static void GivePlayerRemoteControlledCar(float, float, float, float);
static void TakeRemoteControlledCarFromPlayer(void);
};