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
|