mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 10:42:12 +00:00
8 lines
95 B
C
8 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
class CRemote
|
||
|
{
|
||
|
public:
|
||
|
static void TakeRemoteControlledCarFromPlayer(void);
|
||
|
};
|