1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-30 06:57:03 +00:00
re3/src/peds/PedPlacement.h

10 lines
204 B
C
Raw Normal View History

#pragma once
2020-03-07 19:22:43 +00:00
#include "Ped.h"
class CPedPlacement {
public:
static void FindZCoorForPed(CVector* pos);
static CEntity* IsPositionClearOfCars(CVector*);
2020-02-17 23:56:13 +00:00
static bool IsPositionClearForPed(CVector*);
};