index
:
7w
master
C version of popular drafting card game
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trade.c
blob: 1434a05fbd1cd07844f648d98d9828f5b5f36078 (
plain
)
1
2
3
4
5
6
#include
"7w.h"
//0 is east, 1 is west
int
get_trade
(
int
direction
) {
}
bgstack15