summaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-03-31 04:54:19 +0200
committereray orçunus <erayorcunus@gmail.com>2020-03-31 05:05:49 +0200
commit5e2fe749bd7620522168c9cd3dc469f70ac49e5a (patch)
treed87db4ec81411477066901fd30c67f79d153c801 /src/core/Camera.h
parentMerge pull request #366 from Nick007J/master (diff)
downloadre3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar.gz
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar.bz2
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar.lz
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar.xz
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.tar.zst
re3-5e2fe749bd7620522168c9cd3dc469f70ac49e5a.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");