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

12 lines
169 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;
char m_bInUse;
char m_bFramesInUse;
char m_bLifeTime;
};