mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 07:46:20 +00:00
Darkel/Wanted update.
This commit is contained in:
@ -2,6 +2,20 @@
|
||||
|
||||
class CWeaponEffects
|
||||
{
|
||||
public:
|
||||
bool m_bCrosshair;
|
||||
int8 gap_1[3];
|
||||
CVector m_vecPos;
|
||||
int8 field_16;
|
||||
int8 field_17;
|
||||
int8 field_18;
|
||||
int8 field_19;
|
||||
float field_20;
|
||||
int32 field_24;
|
||||
RwTexture *m_pTexture;
|
||||
RwRaster *m_pRaster;
|
||||
|
||||
public:
|
||||
static void Render(void);
|
||||
static void ClearCrosshair();
|
||||
};
|
||||
|
Reference in New Issue
Block a user