Home
last modified time | relevance | path

Searched defs:spotstr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/gomoku/
H A Dgomoku.h213 struct spotstr { struct
214 short s_occ; /* color of occupant */
215 short s_wval; /* weighted value */
239 is_blocked(const struct spotstr *sp, direction r) in is_blocked() argument