mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 14:14:09 +00:00
Full CPager
This commit is contained in:
parent
383f70d1e7
commit
c97a28b385
4 changed files with 225 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Pager.h"
|
||||
|
||||
class COnscreenTimerEntry
|
||||
{
|
||||
public:
|
||||
|
@ -50,12 +52,6 @@ class CCurrentVehicle
|
|||
{
|
||||
};
|
||||
|
||||
class CPager
|
||||
{
|
||||
public:
|
||||
void AddMessage(wchar*, uint16, uint16, uint16);
|
||||
};
|
||||
|
||||
class CUserDisplay
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue