mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-03-21 14:38:46 +00:00
11 lines
128 B
C++
11 lines
128 B
C++
#pragma once
|
|
|
|
#include "cryptonote_config.h"
|
|
|
|
namespace lws
|
|
{
|
|
namespace config
|
|
{
|
|
extern cryptonote::network_type network;
|
|
}
|
|
}
|