From 7ea3569e3894f19fbae6cfdb3406f2240570e3c1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 8 Dec 2022 15:03:51 -0500 Subject: Added a bunch of stuff for making LINGO puzzles --- lib/form.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/form.h') 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 { static const field pronunciations; + static const field anagrams; + + static const field merographs; + static const field holographs; + private: bool valid_ = false; -- cgit 1.4.1