1
0
mirror of https://github.com/td512/re3.git synced 2026-01-18 06:41:57 +00:00
td512.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);
};