added traceresult stuff
This commit is contained in:
18
dlls/fakemeta/fm_tr.h
Executable file
18
dlls/fakemeta/fm_tr.h
Executable file
@ -0,0 +1,18 @@
|
||||
#ifndef _INCLUDE_TR_H
|
||||
#define _INCLUDE_TR_H
|
||||
|
||||
enum
|
||||
{
|
||||
TR_AllSolid,
|
||||
TR_StartSolid,
|
||||
TR_InOpen,
|
||||
TR_InWater,
|
||||
TR_flFraction,
|
||||
TR_vecEndPos,
|
||||
TR_flPlaneDist,
|
||||
TR_vecPlaneNormal,
|
||||
TR_pHit,
|
||||
TR_iHitgroup,
|
||||
};
|
||||
|
||||
#endif //_INCLUDE_TR_H
|
Reference in New Issue
Block a user