mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:34:09 +00:00
more work on CPhysical
This commit is contained in:
parent
58ebd6c6d4
commit
9e496100b7
106 changed files with 57865 additions and 103 deletions
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*);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue