Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49573
Collapse All | Expand All

(-)src/p_maputl.h.old (-1 / +1 lines)
Lines 82-88 Link Here
82
void    P_SetThingPosition(mobj_t *thing);
82
void    P_SetThingPosition(mobj_t *thing);
83
boolean P_BlockLinesIterator (int x, int y, boolean func(line_t *));
83
boolean P_BlockLinesIterator (int x, int y, boolean func(line_t *));
84
boolean P_BlockThingsIterator(int x, int y, boolean func(mobj_t *));
84
boolean P_BlockThingsIterator(int x, int y, boolean func(mobj_t *));
85
boolean ThingIsOnLine(const mobj_t *t, const line_t *l);  /* killough 3/15/98 */
85
boolean CONSTFUNC ThingIsOnLine(const mobj_t *t, const line_t *l);  /* killough 3/15/98 */
86
boolean P_PathTraverse(fixed_t x1, fixed_t y1, fixed_t x2, fixed_t y2,
86
boolean P_PathTraverse(fixed_t x1, fixed_t y1, fixed_t x2, fixed_t y2,
87
                       int flags, boolean trav(intercept_t *));
87
                       int flags, boolean trav(intercept_t *));
88
88

Return to bug 49573