More replay stuff

This commit is contained in:
Nikolay Korolev
2019-06-25 01:42:23 +03:00
parent a87f3188e9
commit cc731f4732
36 changed files with 717 additions and 49 deletions

18
src/DamageManager.h Normal file
View File

@@ -0,0 +1,18 @@
#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;
};