summaryrefslogtreecommitdiffstats
path: root/src/control/Remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Remote.h')
-rw-r--r--src/control/Remote.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/control/Remote.h b/src/control/Remote.h
new file mode 100644
index 00000000..f8ef96bf
--- /dev/null
+++ b/src/control/Remote.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CRemote
+{
+public:
+ static void TakeRemoteControlledCarFromPlayer(void);
+};