summary refs log tree commit diff stats
path: root/lib/adverb_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/adverb_query.h')
-rw-r--r--lib/adverb_query.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/adverb_query.h b/lib/adverb_query.h index 403a616..cf6c046 100644 --- a/lib/adverb_query.h +++ b/lib/adverb_query.h
@@ -11,6 +11,7 @@ namespace verbly {
11 adverb_query& random(); 11 adverb_query& random();
12 adverb_query& except(const adverb& _word); 12 adverb_query& except(const adverb& _word);
13 adverb_query& rhymes_with(const word& _word); 13 adverb_query& rhymes_with(const word& _word);
14 adverb_query& rhymes_with(rhyme _r);
14 adverb_query& has_pronunciation(); 15 adverb_query& has_pronunciation();
15 adverb_query& has_rhyming_noun(); 16 adverb_query& has_rhyming_noun();
16 adverb_query& has_rhyming_adjective(); 17 adverb_query& has_rhyming_adjective();