mirror of
https://github.com/halpz/re3.git
synced 2025-01-11 20:55:27 +00:00
9 lines
175 B
C++
9 lines
175 B
C++
#pragma once
|
|
|
|
class CRemote
|
|
{
|
|
public:
|
|
static void GivePlayerRemoteControlledCar(float, float, float, float, uint16);
|
|
static void TakeRemoteControlledCarFromPlayer(void);
|
|
};
|