2019-06-24 17:57:54 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
class CVector;
|
2019-07-18 05:26:46 +03:00
|
|
|
class CEntity;
|
2019-06-24 17:57:54 +03:00
|
|
|
|
|
|
|
class CPedPlacement {
|
|
|
|
public:
|
|
|
|
static void FindZCoorForPed(CVector* pos);
|
2019-07-18 05:26:46 +03:00
|
|
|
static CEntity* IsPositionClearOfCars(CVector*);
|
2019-06-24 17:57:54 +03:00
|
|
|
};
|