implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
28
src/User.h
Normal file
28
src/User.h
Normal file
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user