summary refs log tree commit diff stats
path: root/lib/form.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
commit7ea3569e3894f19fbae6cfdb3406f2240570e3c1 (patch)
treee04caa4058baa9f0a9ff46771eef903be49ce3cb /lib/form.h
parent6816abc1e89fd955524d7c772477d6483d12cbf9 (diff)
downloadverbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.gz
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.bz2
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.zip
Added a bunch of stuff for making LINGO puzzles
Diffstat (limited to 'lib/form.h')
-rw-r--r--lib/form.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/form.h b/lib/form.h index b365943..39f53aa 100644 --- a/lib/form.h +++ b/lib/form.h
@@ -136,6 +136,11 @@ namespace verbly {
136 136
137 static const field pronunciations; 137 static const field pronunciations;
138 138
139 static const field anagrams;
140
141 static const field merographs;
142 static const field holographs;
143
139 private: 144 private:
140 145
141 bool valid_ = false; 146 bool valid_ = false;