mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 07:39:00 +00:00
59671fab03
There is also some reorganization
10 lines
No EOL
171 B
C++
10 lines
No EOL
171 B
C++
#pragma once
|
|
|
|
class CVector;
|
|
class CEntity;
|
|
|
|
class CPedPlacement {
|
|
public:
|
|
static void FindZCoorForPed(CVector* pos);
|
|
static CEntity* IsPositionClearOfCars(CVector*);
|
|
}; |