1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 19:47:37 +00:00
re3/src/BulletTrace.h
Nikolay Korolev 4e07396076 tabify
2019-06-22 21:35:23 +03:00

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;
};