1
0
mirror of https://github.com/td512/re3.git synced 2026-02-10 11:39:44 +00:00
Files
td512.re3/src/BulletTrace.h
2019-06-22 21:17:25 +03:00

12 lines
169 B
C

#pragma once
#include "common.h"
struct CBulletTrace
{
CVector m_vecInf;
CVector m_vecSup;
char m_bInUse;
char m_bFramesInUse;
char m_bLifeTime;
};