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

  /src/games/hunt/huntd/
shots.c 304 if (opposite(bp->b_face, Maze[y][x])) {
495 opposite(bp->b_face, Maze[bp->b_y][bp->b_x])) {
1039 * opposite:
1040 * Return true if the bullet direction faces the opposite direction
1044 opposite(int face, char dir) function in typeref:typename:bool
  /src/games/mille/
mille.h 204 #define opposite(x) (Opposite[x]) macro
223 extern const CARD Opposite[NUM_CARDS];

Completed in 12 milliseconds