mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
cli: change .h to .hpp
This commit is contained in:
parent
e9dadc07ac
commit
54d46004c1
13 changed files with 13 additions and 13 deletions
|
|
@ -32,10 +32,10 @@
|
|||
#include <eoskeygen/core/dictionary.h>
|
||||
#include <eoskeygen/core/leet.h>
|
||||
#include <eoskeygen/key_search.h>
|
||||
#include "cli_key_search_result.h"
|
||||
#include "console.h"
|
||||
#include "benchmark.h"
|
||||
#include "config.h"
|
||||
#include "cli_key_search_result.hpp"
|
||||
#include "console.hpp"
|
||||
#include "benchmark.hpp"
|
||||
#include "config.hpp"
|
||||
|
||||
// Command line options.
|
||||
bool option_l33t = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue