diff options
author | Nathan Vance <nathav63@gmail.com> | 2015-02-24 17:59:11 -0500 |
---|---|---|
committer | Nathan Vance <nathav63@gmail.com> | 2015-02-24 17:59:11 -0500 |
commit | 5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb (patch) | |
tree | 2bdcedaf8477563d137e880aef24ea430cc773cb /trade.c | |
parent | Added messages, fixed indefinites (diff) | |
download | 7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.tar.gz 7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.tar.bz2 7w-5f3bf1119c9f694e0f8f4b1c169ef1513cd5cacb.zip |
Can select build type
Diffstat (limited to 'trade.c')
-rw-r--r-- | trade.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include "7w.h" + +//0 is east, 1 is west +int get_trade(int direction) { + +} |