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