summaryrefslogtreecommitdiff
path: root/tools/libltgrey.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-29 22:31:03 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 22:31:03 -0700
commit2f6fd23b841c1f4e3c18d1cbfd228784aa8c3298 (patch)
treeeed4240258bad34d68f260709574b50c68944f8f /tools/libltgrey.h
parent67eb4c6c804c728db329a7f4a77d5a3cbd1b993c (diff)
set40 appears to be working
Diffstat (limited to 'tools/libltgrey.h')
-rw-r--r--tools/libltgrey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libltgrey.h b/tools/libltgrey.h
index 1724d53..cf744d1 100644
--- a/tools/libltgrey.h
+++ b/tools/libltgrey.h
@@ -5,7 +5,7 @@
#define state_40_macro \
foo(unseen) \
-foo(young) \
+foo(green) \
foo(ripe) \
foo(spoiled) \
foo(fail)
@@ -40,4 +40,5 @@ public:
void dump(const std::string var);
int maybe_mkdir(const std::string somedir, const std::string msg);
state_40 get40(const std::string mid);
+ int set40(const std::string mid, const int shift);
};