1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-10 07:18:31 +00:00
re3/src/control/Remote.h
Nikolay Korolev fe53007919 fixed remote
2019-07-26 10:44:56 +03:00

9 lines
175 B
C++

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