index
:
j1chess
master
tmp
Test-driven reiteration of c-chess [dropped in favor of chessnost]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
move.h
blob: 4bf244a870602d3288690b130673b9a8dcd5d0a8 (
plain
)
1
2
3
4
5
6
#include "bitboard.h" typedef struct { Bitboard from; Bitboard to; } Move;