mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Separated word lists to header files
This commit is contained in:
parent
423bf69dca
commit
6c3b85de21
6 changed files with 9653 additions and 0 deletions
|
@ -50,6 +50,12 @@
|
||||||
#include <boost/crc.hpp>
|
#include <boost/crc.hpp>
|
||||||
#include <boost/algorithm/string/join.hpp>
|
#include <boost/algorithm/string/join.hpp>
|
||||||
|
|
||||||
|
#include "english.h"
|
||||||
|
#include "spanish.h"
|
||||||
|
#include "portuguese.h"
|
||||||
|
#include "japanese.h"
|
||||||
|
#include "old_english.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
int num_words = 0;
|
int num_words = 0;
|
||||||
|
|
2098
src/mnemonics/english.h
Normal file
2098
src/mnemonics/english.h
Normal file
File diff suppressed because it is too large
Load diff
2098
src/mnemonics/japanese.h
Normal file
2098
src/mnemonics/japanese.h
Normal file
File diff suppressed because it is too large
Load diff
1676
src/mnemonics/old_english.h
Normal file
1676
src/mnemonics/old_english.h
Normal file
File diff suppressed because it is too large
Load diff
1677
src/mnemonics/portuguese.h
Normal file
1677
src/mnemonics/portuguese.h
Normal file
File diff suppressed because it is too large
Load diff
2098
src/mnemonics/spanish.h
Normal file
2098
src/mnemonics/spanish.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue