1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 13:43:47 +00:00
re3/src/DamageManager.h

18 lines
271 B
C
Raw Normal View History

2019-06-24 22:42:23 +00:00
#pragma once
#include "common.h"
class CDamageManager
{
public:
float field_0;
char m_bEngineStatus;
char m_bWheelStatus[4];
char m_bDoorStatus[7];
uint32 m_abLightStatus;
uint32 m_abPanelsStatus;
char field_24;
char field_25;
char field_26;
char field_27;
};