summaryrefslogblamecommitdiffstats
path: root/src/User.h
blob: 9717fae0aab5f9f7fee5da69450ff39c8bc90478 (plain) (tree)



























                                               
#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;
};