aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/RemoteControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/RemoteControl.h')
-rw-r--r--contrib/RemoteControl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/RemoteControl.h b/contrib/RemoteControl.h
index bd88f82..2358b3a 100644
--- a/contrib/RemoteControl.h
+++ b/contrib/RemoteControl.h
@@ -149,6 +149,8 @@ class RemoteControllers {
std::list<std::shared_ptr<BaseRemoteController> > m_controllers;
};
+/* rcs is a singleton used in all parts of the program to interact with the RC.
+ * It is constructed in Globals.cpp */
extern RemoteControllers rcs;
/* Implements a Remote controller based on a simple telnet CLI