Changeset 4113

Show
Ignore:
Timestamp:
11/06/2008 01:05:54 (2 years ago)
Author:
NiLuJe
Message:

AMX Mod X:

  • HLDSK:
    • GCC 4.3 porting...
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mirrors/Hlsdk/multiplayer/dlls/util.h

    r41 r4113  
    248248extern void                     UTIL_TraceLine                  (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, edict_t *pentIgnore, TraceResult *ptr); 
    249249extern void                     UTIL_TraceLine                  (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, IGNORE_GLASS ignoreGlass, edict_t *pentIgnore, TraceResult *ptr); 
    250 typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 }; 
     250enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 }; 
    251251extern void                     UTIL_TraceHull                  (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, int hullNumber, edict_t *pentIgnore, TraceResult *ptr); 
    252252extern TraceResult      UTIL_GetGlobalTrace             (void);