CPlayerPed & CMenuManager (#286)

Make Frontend great again!
This commit is contained in:
erorcun 2020-01-07 17:23:09 +03:00 committed by GitHub
parent 18de44e038
commit f9316d9cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1046 additions and 815 deletions

View file

@ -41,11 +41,12 @@ enum {
class CFont
{
static CFontDetails &Details;
static int16 Size[3][193];
static int16 

static CSprite2d *Sprite; //[3]
public:
static CFontDetails& Details;
static void Initialise(void);
static void Shutdown(void);
static void InitPerFrame(void);