diff options
author | erorcun <erayorcunus@gmail.com> | 2021-01-23 01:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 01:34:15 +0100 |
commit | 10120eb12fb91db551a00839ab30d7542634b87d (patch) | |
tree | e8c670366d80e62776b0856466625b50af97c0c7 /src/core/World.cpp | |
parent | fix config.h (diff) | |
parent | Includes overhaul, fix some compiler warnings (diff) | |
download | re3-10120eb12fb91db551a00839ab30d7542634b87d.tar re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.gz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.bz2 re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.lz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.xz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.zst re3-10120eb12fb91db551a00839ab30d7542634b87d.zip |
Diffstat (limited to 'src/core/World.cpp')
-rw-r--r-- | src/core/World.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/World.cpp b/src/core/World.cpp index f7d2a28b..bc698c83 100644 --- a/src/core/World.cpp +++ b/src/core/World.cpp @@ -4,7 +4,6 @@ #include "CopPed.h" #include "CutsceneMgr.h" #include "DMAudio.h" -#include "Entity.h" #include "EventList.h" #include "Explosion.h" #include "Fire.h" @@ -12,11 +11,8 @@ #include "Glass.h" #include "Messages.h" #include "ModelIndices.h" -#include "Object.h" #include "ParticleObject.h" -#include "Ped.h" #include "Pickups.h" -#include "PlayerPed.h" #include "Population.h" #include "ProjectileInfo.h" #include "Record.h" @@ -25,7 +21,6 @@ #include "RpAnimBlend.h" #include "Shadows.h" #include "TempColModels.h" -#include "Vehicle.h" #include "WaterLevel.h" #include "World.h" |