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

  /src/games/rogue/
level.c 212 short left_col, right_col, top_row, bottom_row; local in function:make_room
217 left_col = right_col = top_row = bottom_row = 0;
220 left_col = 0;
226 left_col = COL1+1;
232 left_col = COL2+1;
238 left_col = 0;
244 left_col = COL1+1;
250 left_col = COL2+1;
256 left_col = 0;
262 left_col = COL1+1
    [all...]
rogue.h 286 short bottom_row, right_col, left_col, top_row; member in struct:rm

Completed in 12 milliseconds