summaryrefslogtreecommitdiffstats
path: root/src/BulletTrace.h
blob: 580ad2748063ce9be3e784ec401f872a5f32a35d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "common.h"

struct CBulletTrace
{
    CVector m_vecInf;
    CVector m_vecSup;
    char m_bInUse;
    char m_bFramesInUse;
    char m_bLifeTime;
};