Home
last modified time | relevance | path

Searched refs:sqnums (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/monop/
H A Dmonop.h90 unsigned char sqnums[3]; /* Square numbers (used to init)*/ member
H A Dmonop.c346 mp->sq[i] = &board[mp->sqnums[i]]; in init_monops()