forked from cory/tildefriends
5 lines
106 B
C
5 lines
106 B
C
|
#pragma once
|
||
|
|
||
|
enum { k_bip39_words_count = 2048 };
|
||
|
extern const char* k_bip39_words[k_bip39_words_count];
|