amxmodx/dlls/fakemeta/fm_tr.h
2004-09-14 06:16:52 +00:00

18 lines
229 B
C
Executable File

#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