Separated word lists to header files
This commit is contained in:
parent
423bf69dca
commit
6c3b85de21
@ -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 New Issue
Block a user