diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-10-01 21:22:13 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-10-02 21:41:56 +0530 |
commit | 6c3b85de21e68ab22359e7c661f590789a6f4354 (patch) | |
tree | f593359387fc35426119e32de7ac1c7ee09dcea4 /src/mnemonics/electrum-words.cpp | |
parent | Added attribution to Electrum for their word-lists (diff) | |
download | monero-6c3b85de21e68ab22359e7c661f590789a6f4354.tar.xz |
Separated word lists to header files
Diffstat (limited to 'src/mnemonics/electrum-words.cpp')
-rw-r--r-- | src/mnemonics/electrum-words.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mnemonics/electrum-words.cpp b/src/mnemonics/electrum-words.cpp index d1cef443c..334bc578f 100644 --- a/src/mnemonics/electrum-words.cpp +++ b/src/mnemonics/electrum-words.cpp @@ -50,6 +50,12 @@ #include <boost/crc.hpp> #include <boost/algorithm/string/join.hpp> +#include "english.h" +#include "spanish.h" +#include "portuguese.h" +#include "japanese.h" +#include "old_english.h" + namespace { int num_words = 0; |