1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-14 20:33:13 +00:00
re3/src/control/Remote.h

9 lines
175 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);
static void TakeRemoteControlledCarFromPlayer(void);
};