mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
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;
|
|
}
|
|
}
|