added traceresult stuff

This commit is contained in:
David Anderson
2004-09-14 06:16:52 +00:00
parent 3d9bf8bc93
commit f171842cf8
8 changed files with 247 additions and 4 deletions

18
dlls/fakemeta/fm_tr.h Executable file
View 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