mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-10-31 22:45:54 +00:00
8 lines
192 B
C++
8 lines
192 B
C++
#pragma once
|
|
|
|
class CPedPlacement {
|
|
public:
|
|
static void FindZCoorForPed(CVector* pos);
|
|
static CEntity* IsPositionClearOfCars(Const CVector*);
|
|
static bool IsPositionClearForPed(CVector*);
|
|
}; |