mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-09 01:04:09 +00:00
13 lines
157 B
C
13 lines
157 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
struct CBulletTrace
|
|
{
|
|
CVector m_vecInf;
|
|
CVector m_vecSup;
|
|
bool m_bInUse;
|
|
uint8 m_bFramesInUse;
|
|
uint8 m_bLifeTime;
|
|
};
|