1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 16:43:45 +00:00
re3/src/BulletTrace.h

13 lines
172 B
C
Raw Normal View History

2019-06-22 18:16:29 +00:00
#pragma once
#include "common.h"
struct CBulletTrace
{
CVector m_vecInf;
CVector m_vecSup;
2019-06-22 18:28:42 +00:00
bool m_bInUse;
uint8 m_bFramesInUse;
uint8 m_bLifeTime;
2019-06-22 18:25:14 +00:00
};