aboutsummaryrefslogtreecommitdiff
path: root/7w.h
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-02-28 00:18:29 -0500
committerNathan Vance <nathav63@gmail.com>2015-02-28 00:18:29 -0500
commit68d09777d9f188b2ac69c98ccfdcc315037224fd (patch)
tree76d41617e8ec05be2afe50a8f1b3dd6660f32332 /7w.h
parentAdded battles (diff)
download7w-68d09777d9f188b2ac69c98ccfdcc315037224fd.tar.gz
7w-68d09777d9f188b2ac69c98ccfdcc315037224fd.tar.bz2
7w-68d09777d9f188b2ac69c98ccfdcc315037224fd.zip
added science to vp count; color to trades
Diffstat (limited to '7w.h')
-rw-r--r--7w.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/7w.h b/7w.h
index b6ad441..b7be4dd 100644
--- a/7w.h
+++ b/7w.h
@@ -54,3 +54,6 @@
#define COLORGUILD 35
#define INDEF 8
+
+#define RED 31
+#define ESC '\1'
bgstack15