mirror of
https://github.com/td512/re3.git
synced 2026-02-10 11:39:44 +00:00
12 lines
169 B
C
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;
|
|
}; |