From 5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb Mon Sep 17 00:00:00 2001 From: Nathan Vance Date: Tue, 24 Feb 2015 17:59:11 -0500 Subject: Can select build type --- trade.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 trade.c (limited to 'trade.c') diff --git a/trade.c b/trade.c new file mode 100644 index 0000000..1434a05 --- /dev/null +++ b/trade.c @@ -0,0 +1,6 @@ +#include "7w.h" + +//0 is east, 1 is west +int get_trade(int direction) { + +} -- cgit