1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 13:17:05 +00:00
re3/src/BulletTrace.h

13 lines
157 B
C
Raw Normal View History

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