summaryrefslogtreecommitdiffstats
path: root/src/render/WeaponEffects.h
blob: 7176c26d362b92024e8dc43b7649ef505ff8aa7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#pragma once

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();
};