Changeset 4113
- Timestamp:
- 11/06/2008 01:05:54 (2 years ago)
- Files:
-
- 1 modified
-
Mirrors/Hlsdk/multiplayer/dlls/util.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Mirrors/Hlsdk/multiplayer/dlls/util.h
r41 r4113 248 248 extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, edict_t *pentIgnore, TraceResult *ptr); 249 249 extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, IGNORE_GLASS ignoreGlass, edict_t *pentIgnore, TraceResult *ptr); 250 typedefenum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };250 enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 }; 251 251 extern void UTIL_TraceHull (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, int hullNumber, edict_t *pentIgnore, TraceResult *ptr); 252 252 extern TraceResult UTIL_GetGlobalTrace (void);

