mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
18 lines
229 B
C
Executable File
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
|