mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01: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);
|
|
};
|