mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 19:45:55 +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);
|
|
};
|