mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:59:21 +00:00
World and Peds
This commit is contained in:
parent
3378cad058
commit
14c7c1d7ca
19 changed files with 505 additions and 17 deletions
|
@ -114,6 +114,10 @@ public:
|
|||
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 RemoveEntityInsteadOfProcessingIt(CEntity* ent);
|
||||
static void RemoveFallenPeds();
|
||||
static void RemoveFallenCars();
|
||||
|
||||
static void Initialise();
|
||||
static void ShutDown();
|
||||
static void Process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue