summaryrefslogtreecommitdiffstats
path: root/src/BulletTrace.h
blob: d6831ef1812a803f81077e4d22a3c1c05929b56b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "common.h"

struct CBulletTrace
{
	CVector m_vecInf;
	CVector m_vecSup;
	bool m_bInUse;
	uint8 m_bFramesInUse;
	uint8 m_bLifeTime;
};