Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcomplex.cpp1694 struct bugtomove_t { struct
1695 int dist, moves, index;
1696 bugtomove_t(int d, int m, int i) { dist=d; moves=m; index=i; } in bugtomove_t() argument