mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 15:33:45 +00:00
8 lines
No EOL
192 B
C++
8 lines
No EOL
192 B
C++
#pragma once
|
|
|
|
class CPedPlacement {
|
|
public:
|
|
static void FindZCoorForPed(CVector* pos);
|
|
static CEntity* IsPositionClearOfCars(Const CVector*);
|
|
static bool IsPositionClearForPed(CVector*);
|
|
}; |