From 59671fab03703570eeb4837b713108619d762a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Thu, 18 Jul 2019 05:26:46 +0300 Subject: The Peds, mainly dying/injuring There is also some reorganization --- src/peds/PedPlacement.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/peds/PedPlacement.h') diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h index 4bd48b62..1edb50b4 100644 --- a/src/peds/PedPlacement.h +++ b/src/peds/PedPlacement.h @@ -1,8 +1,10 @@ #pragma once class CVector; +class CEntity; class CPedPlacement { public: static void FindZCoorForPed(CVector* pos); + static CEntity* IsPositionClearOfCars(CVector*); }; \ No newline at end of file -- cgit v1.2.3