summaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-03-31 10:29:35 +0200
committerGitHub <noreply@github.com>2020-03-31 10:29:35 +0200
commita57d9b6797841db38f14b63e224da2d00d8f38fc (patch)
tree619bc010a0a290810fcc96b79b3a4071da1bb9cb /src/core/Camera.h
parentMerge pull request #371 from Sergeanur/MoreLanguages (diff)
parentMouse free cam for peds&cars (under FREE_CAM) (diff)
downloadre3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.gz
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.bz2
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.lz
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.xz
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.zst
re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.zip
Diffstat (limited to 'src/core/Camera.h')
-rw-r--r--src/core/Camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h
index 3dc74fe7..f3e3e661 100644
--- a/src/core/Camera.h
+++ b/src/core/Camera.h
@@ -224,6 +224,7 @@ struct CCam
// custom stuff
void Process_FollowPed_Rotation(const CVector &CameraTarget, float TargetOrientation, float, float);
+ void Process_FollowCar_SA(const CVector &CameraTarget, float TargetOrientation, float, float);
};
static_assert(sizeof(CCam) == 0x1A4, "CCam: wrong size");
static_assert(offsetof(CCam, Alpha) == 0xA8, "CCam: error");