mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-24 18:16:52 +01:00
59671fab03
There is also some reorganization
10 lines
171 B
C++
10 lines
171 B
C++
#pragma once
|
|
|
|
class CVector;
|
|
class CEntity;
|
|
|
|
class CPedPlacement {
|
|
public:
|
|
static void FindZCoorForPed(CVector* pos);
|
|
static CEntity* IsPositionClearOfCars(CVector*);
|
|
}; |