summaryrefslogtreecommitdiffstats
path: root/src/core/User.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/User.h')
-rw-r--r--src/core/User.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/User.h b/src/core/User.h
index cac2a318..27bb7f9e 100644
--- a/src/core/User.h
+++ b/src/core/User.h
@@ -63,4 +63,6 @@ public:
static COnscreenTimer &OnscnTimer;
static CPager &Pager;
static CCurrentVehicle &CurrentVehicle;
+
+ static void Process(void);
};