Initial working base separated from top-level monero project

This commit is contained in:
Lee Clagett
2020-08-19 18:29:32 -04:00
commit a2ff89bc24
68 changed files with 11543 additions and 0 deletions

11
src/config.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include "cryptonote_config.h"
namespace lws
{
namespace config
{
extern cryptonote::network_type network;
}
}