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

  /src/games/hunt/hunt/
otto.c 63 #undef NORTH
94 #define NORTH 0
181 case '^': facing = NORTH; break;
313 case NORTH:
314 if (been_there[row - 1][col] & NORTH)
328 been_there[r][col] |= NORTH;
444 case NORTH: row--; break;
487 case NORTH:
493 else if (dir == NORTH
499 else if (dir == NORTH)
    [all...]
  /src/games/hunt/include/
hunt_common.h 167 #define NORTH 01
  /src/games/battlestar/
extern.h 144 #define NORTH 1010
244 #define north link[0] macro

Completed in 13 milliseconds