mirror of
https://github.com/halpz/re3.git
synced 2026-01-29 03:59:31 +00:00
more work on CPhysical
This commit is contained in:
9
src/control/CarCtrl.h
Normal file
9
src/control/CarCtrl.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class CVehicle;
|
||||
|
||||
class CCarCtrl
|
||||
{
|
||||
public:
|
||||
static void SwitchVehicleToRealPhysics(CVehicle*);
|
||||
};
|
||||
Reference in New Issue
Block a user