aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-03-31 05:54:19 +0300
committereray orçunus <erayorcunus@gmail.com>2020-03-31 06:05:49 +0300
commit5e2fe749bd7620522168c9cd3dc469f70ac49e5a (patch)
treed87db4ec81411477066901fd30c67f79d153c801 /src/core/Camera.h
parent8e3ee096e2ec54ea852c29f8eb44ec0eaa4588cd (diff)
Mouse free cam for peds&cars (under FREE_CAM)
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");