summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
blob: fbe36f283aff0c80519b9f0abad437c3af06e0d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

class CVehicle;

class CCarCtrl
{
public:
	static void SwitchVehicleToRealPhysics(CVehicle*);
};