aboutsummaryrefslogtreecommitdiff
path: root/trade.c
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-02-24 17:59:11 -0500
committerNathan Vance <nathav63@gmail.com>2015-02-24 17:59:11 -0500
commit5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb (patch)
tree2bdcedaf8477563d137e880aef24ea430cc773cb /trade.c
parentAdded messages, fixed indefinites (diff)
download7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.tar.gz
7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.tar.bz2
7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.zip
Can select build type
Diffstat (limited to 'trade.c')
-rw-r--r--trade.c6
1 files changed, 6 insertions, 0 deletions
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) {
+
+}
bgstack15