mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 15:00:33 +00:00
CAutomobile::PreRender; whole class finished
This commit is contained in:
parent
8de701dd70
commit
6ff921c160
18 changed files with 764 additions and 38 deletions
|
@ -35,6 +35,12 @@ enum eWheelStatus
|
|||
WHEEL_STATUS_MISSING
|
||||
};
|
||||
|
||||
enum eLightStatus
|
||||
{
|
||||
LIGHT_STATUS_OK,
|
||||
LIGHT_STATUS_BROKEN
|
||||
};
|
||||
|
||||
enum tComponent
|
||||
{
|
||||
COMPONENT_DEFAULT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue