summaryrefslogtreecommitdiffstats
path: root/src/User.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/User.h')
-rw-r--r--src/User.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/User.h b/src/User.h
new file mode 100644
index 00000000..9717fae0
--- /dev/null
+++ b/src/User.h
@@ -0,0 +1,28 @@
+#pragma once
+
+class COnscreenTimer
+{
+public:
+ void ProcessForDisplay(void);
+};
+
+class CPlaceName
+{
+};
+
+class CCurrentVehicle
+{
+};
+
+class CPager
+{
+};
+
+class CUserDisplay
+{
+public:
+ static CPlaceName &PlaceName;
+ static COnscreenTimer &OnscnTimer;
+ static CPager &Pager;
+ static CCurrentVehicle &CurrentVehicle;
+};