diff options
| author | Troy <121986550+radiohotline@users.noreply.github.com> | 2023-05-31 18:51:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 18:51:38 +0300 |
| commit | 452a640f439a870720732049b79f03e35cc3c206 (patch) | |
| tree | 588539e22f1e363ccafb6468441aaf130f5934b3 /src | |
| parent | ee3199dc5cef3e4eaa79e4bfeba4045eaf66e47b (diff) | |
Update loveletter.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/loveletter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loveletter.cpp b/src/loveletter.cpp index a3db0a9..08cc36f 100644 --- a/src/loveletter.cpp +++ b/src/loveletter.cpp @@ -8,6 +8,7 @@ string word(char type) { string word; string g1[] = {"DEAR", "DARLING", "DEAREST", "BELOVED", "SWEET"}; + string g2[] = {"FELLOW FEELING", "FANCY", "JEWEL", "DOLL", "LOVE", "AMOUR", "BELOVED", "HONEY"}; string noun[] = {"SWEETHEART", "LOVE", "HEART", "PARAMOUR", "BEAU", "AMOUR", "FELLOW FEELING", "SYMPATHY", "WISH", "FLAME", "BELOVED", "TRUELOVE", "WONDER", "GEM", "DREAM", "PEACH", "SUGAR", "DAISY", "TREASURE", "DOOZY", "BEAUTY", "ADORATION", "AFFECTION", "DEVOTION", "RAPTURE", "FERVOUR", "WARMTH", "ARDOR", "CHARM", "FLAME", "FELICITY", "FANCY", "BEING"}; @@ -51,6 +52,7 @@ string word(char type) { break; } } + return word; } |
