1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-28 20:46:19 +00:00
re3/src/control/PedPlacement.h

8 lines
106 B
C
Raw Normal View History

#pragma once
class CVector;
class CPedPlacement {
public:
static void FindZCoorForPed(CVector* pos);
};