amxmodx/dlls/fakemeta/fm_tr.h

20 lines
267 B
C
Raw Normal View History

2004-09-14 10:16:52 +04:00
#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,
};
2004-09-15 03:39:22 +04:00
extern AMX_NATIVE_INFO tr_Natives[];
2004-09-14 10:16:52 +04:00
#endif //_INCLUDE_TR_H