diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:43:18 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:46:15 +0300 |
| commit | 14c7c1d7ca722935195a20817c96b1af75046359 (patch) | |
| tree | 0ed77a2bf6d999ff94b8c70aca1795db4b9173c7 /src/core/World.h | |
| parent | Merge pull request #202 from erorcun/erorcun (diff) | |
| download | re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.gz | |
World and Peds
Diffstat (limited to 'src/core/World.h')
| -rw-r--r-- | src/core/World.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h index c2ca75c4..b24e66f0 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -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(); |
