mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-29 04:24:14 +01:00
8 lines
95 B
C
8 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
class CRemote
|
||
|
{
|
||
|
public:
|
||
|
static void TakeRemoteControlledCarFromPlayer(void);
|
||
|
};
|