blob: 5e47458670af3099de8bd0fe5be18c005d5209c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#pragma once
class CRemote
{
public:
static void GivePlayerRemoteControlledCar(float, float, float, float, uint16);
static void TakeRemoteControlledCarFromPlayer(void);
};
|