diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:01:43 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:01:43 +0200 |
commit | ad76379eba3084c15183baaa4cd39192e9a2be7c (patch) | |
tree | d90269d6823a04d968dfcf7a3c2be0b035456884 /src/control/Replay.h | |
parent | RetrievePedAnimation (diff) | |
download | re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.gz re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.bz2 re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.lz re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.xz re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.zst re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.zip |
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index 0a65c638..125dfef4 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -262,9 +262,11 @@ private: static void StorePedUpdate(CPed *ped, int id); static void StorePedAnimation(CPed *ped, CStoredAnimationState *state); static void StoreDetailedPedAnimation(CPed *ped, CStoredDetailedAnimationState *state); +public: static void ProcessPedUpdate(CPed *ped, float interpolation, CAddressInReplayBuffer *buffer); static void RetrievePedAnimation(CPed *ped, CStoredAnimationState *state); static void RetrieveDetailedPedAnimation(CPed *ped, CStoredDetailedAnimationState *state); +private: static void PlaybackThisFrame(void); static void StoreCarUpdate(CVehicle *vehicle, int id); static void ProcessCarUpdate(CVehicle *vehicle, float interpolation, CAddressInReplayBuffer *buffer); |