forked from such-gitea/wownero-lws
12 lines
128 B
C++
12 lines
128 B
C++
#pragma once
|
|
|
|
#include "cryptonote_config.h"
|
|
|
|
namespace lws
|
|
{
|
|
namespace config
|
|
{
|
|
extern cryptonote::network_type network;
|
|
}
|
|
}
|