amxmodx/dlls/fakemeta/fm_tr.h
2004-09-15 18:40:18 +00:00

22 lines
296 B
C
Executable File

#ifndef _INCLUDE_TR_H
#define _INCLUDE_TR_H
extern TraceResult *gfm_tr;
enum
{
TR_AllSolid,
TR_StartSolid,
TR_InOpen,
TR_InWater,
TR_flFraction,
TR_vecEndPos,
TR_flPlaneDist,
TR_vecPlaneNormal,
TR_pHit,
TR_iHitgroup,
};
extern AMX_NATIVE_INFO tr_Natives[];
#endif //_INCLUDE_TR_H