From aafd29405b1d81fcdaf60611c6cfab2915cea337 Mon Sep 17 00:00:00 2001 From: Nathan Vance Date: Tue, 27 Jan 2015 16:12:39 -0500 Subject: First commit --- 7w.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 7w.h (limited to '7w.h') diff --git a/7w.h b/7w.h new file mode 100644 index 0000000..76df6a8 --- /dev/null +++ b/7w.h @@ -0,0 +1,33 @@ +#define NUMRESOURCES 8 +#define WOOD 0 +#define COLORWOOD 32 +#define STONE 1 +#define COLORSTONE 0 +#define CLAY 2 +#define COLORCLAY +#define ORE 3 +#define CLOTH 4 +#define GLASS 5 +#define PAPER 6 +#define GOLD 7 + +#define NUMPRODUCTS 13 //includes resources +#define COMPASS 8 +#define GEAR 9 +#define TABLET 10 +#define SHIELD 11 +#define VP 12 + +#define RESOURCE 0 +#define INDUSTRY 1 +#define STRUCTURE 2 +#define COMMERCIAL 4 +#define MILITARY 5 +#define SCIENTIFIC 6 +#define GUILD 7 + +#define LEFT 0 +#define RIGHT 1 +#define UP 2 +#define DOWN 3 +#define ENTER 4 -- cgit