1
0
mirror of https://github.com/td512/re3.git synced 2026-05-04 13:35:19 +00:00
Files
td512.re3/src/peds/PedPlacement.h
eray orçunus 59671fab03 The Peds, mainly dying/injuring
There is also some reorganization
2019-07-18 05:27:29 +03:00

10 lines
171 B
C++

#pragma once
class CVector;
class CEntity;
class CPedPlacement {
public:
static void FindZCoorForPed(CVector* pos);
static CEntity* IsPositionClearOfCars(CVector*);
};