summaryrefslogtreecommitdiffstats
path: root/src/core/PlayerInfo.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-28 18:55:15 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-03-28 18:55:15 +0100
commit101c21e06472e81bfd7f2b11e02c7fb7503dbd5a (patch)
tree4cd8c69f467a9e11f9360dca58888f8752addafa /src/core/PlayerInfo.cpp
parentgarage update part 2 (diff)
parentMerge pull request #363 from erorcun/erorcun (diff)
downloadre3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar.gz
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar.bz2
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar.lz
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar.xz
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.tar.zst
re3-101c21e06472e81bfd7f2b11e02c7fb7503dbd5a.zip
Diffstat (limited to 'src/core/PlayerInfo.cpp')
-rw-r--r--src/core/PlayerInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/PlayerInfo.cpp b/src/core/PlayerInfo.cpp
index e0c0259e..ead32ee7 100644
--- a/src/core/PlayerInfo.cpp
+++ b/src/core/PlayerInfo.cpp
@@ -2,7 +2,9 @@
#include "patcher.h"
#include "main.h"
#include "PlayerPed.h"
+#include "Wanted.h"
#include "PlayerInfo.h"
+#include "Fire.h"
#include "Frontend.h"
#include "PlayerSkin.h"
#include "Darkel.h"
@@ -12,6 +14,7 @@
#include "Remote.h"
#include "World.h"
#include "Replay.h"
+#include "Camera.h"
#include "Pad.h"
#include "ProjectileInfo.h"
#include "Explosion.h"