summary refs log tree commit diff stats
path: root/lib/form.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-02-15 10:01:00 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-02-15 10:01:00 -0500
commite5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1 (patch)
treeed93f2d04e5cc5a3c1764d2613a910504d81084d /lib/form.h
parent10edf7e99adddc2952d41fffd4de51a03bb70612 (diff)
downloadverbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.tar.gz
verbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.tar.bz2
verbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.zip
Added antogram and antophone querying
Diffstat (limited to 'lib/form.h')
-rw-r--r--lib/form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/form.h b/lib/form.h index fb6b733..8ac6a02 100644 --- a/lib/form.h +++ b/lib/form.h
@@ -163,6 +163,7 @@ namespace verbly {
163 static const field pronunciations; 163 static const field pronunciations;
164 164
165 static const field anagrams; 165 static const field anagrams;
166 static const field antogram;
166 167
167 static const field merographs; 168 static const field merographs;
168 static const field holographs; 169 static const field holographs;