1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-11 20:55:27 +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);
};