summaryrefslogblamecommitdiffstats
path: root/src/peds/PedPlacement.h
blob: 4bd48b62ee318c3a888f0e87aa1aea84385f40c6 (plain) (tree)
1
2
3
4
5
6
7
8







                                                  
#pragma once

class CVector;

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