diff options
author | erorcun <erayorcunus@gmail.com> | 2020-03-28 19:12:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 19:12:22 +0300 |
commit | c056871e0766c587e45797405f6432715beba810 (patch) | |
tree | 8b0d0c7f364decebaaeacc8a328491404213964a /src/control/Replay.h | |
parent | a58bceb1a736dd76fbdaee8747276fe755755d1a (diff) | |
parent | 112685ebac0a4f5da50fdc60ff71c35a5cddbdfa (diff) |
Merge pull request #363 from erorcun/erorcun
CCopPed done and #include cleanup
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index cc652a11..56de52a3 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -1,14 +1,7 @@ #pragma once -#include "Camera.h" -#include "Ped.h" #include "Pools.h" -#include "Radar.h" -#include "References.h" -#include "Vehicle.h" -#include "Wanted.h" #include "World.h" -#include "common.h" #ifdef FIX_BUGS #ifndef DONT_FIX_REPLAY_BUGS @@ -16,6 +9,9 @@ #endif #endif +class CVehicle; +struct CReference; + struct CAddressInReplayBuffer { uint32 m_nOffset; |