HomeSort by: relevance | last modified time | path
    Searched defs:explshot (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/huntd/
shots.c 48 static void explshot(BULLET *, int, int);
835 explshot(next, bp->b_y, bp->b_x);
836 explshot(Bullets, bp->b_y, bp->b_x);
1002 explshot(blist, obp->b_y, obp->b_x);
1006 * explshot -
1010 explshot(BULLET *blist, int y, int x) function in typeref:typename:void
shots.c 48 static void explshot(BULLET *, int, int);
835 explshot(next, bp->b_y, bp->b_x);
836 explshot(Bullets, bp->b_y, bp->b_x);
1002 explshot(blist, obp->b_y, obp->b_x);
1006 * explshot -
1010 explshot(BULLET *blist, int y, int x) function in typeref:typename:void

Completed in 118 milliseconds