First commit of replay system
This commit is contained in:
12
src/BulletTrace.h
Normal file
12
src/BulletTrace.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
struct CBulletTrace
|
||||
{
|
||||
CVector m_vecInf;
|
||||
CVector m_vecSup;
|
||||
char m_bInUse;
|
||||
char m_bFramesInUse;
|
||||
char m_bLifeTime;
|
||||
};
|
||||
Reference in New Issue
Block a user