AnimViewer!
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
static bool &bSecondShift;
|
||||
static bool &bForceProcessControl;
|
||||
static bool &bProcessCutsceneOnly;
|
||||
static bool &bDoingCarCollisions;
|
||||
static bool &bIncludeCarTyres;
|
||||
|
||||
static void Remove(CEntity *entity);
|
||||
static void Add(CEntity *entity);
|
||||
@@ -111,6 +113,10 @@ public:
|
||||
static int GetSectorIndexY(float f) { return (int)GetSectorY(f); }
|
||||
static float GetWorldX(int x) { return x*SECTOR_SIZE_X + WORLD_MIN_X; }
|
||||
static float GetWorldY(int y) { return y*SECTOR_SIZE_Y + WORLD_MIN_Y; }
|
||||
|
||||
static void Initialise();
|
||||
static void ShutDown();
|
||||
static void Process();
|
||||
};
|
||||
|
||||
class CPlayerPed;
|
||||
|
||||
Reference in New Issue
Block a user