mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
14 lines
240 B
C++
14 lines
240 B
C++
// SPDX-License-Identifier: BSD-3-Clause
|
|
// Copyright (c) 2020-2021, The Monero Project.
|
|
|
|
#ifndef WOWLET_GLOBALS_H
|
|
#define WOWLET_GLOBALS_H
|
|
|
|
#include <QtGlobal>
|
|
|
|
namespace globals
|
|
{
|
|
const qreal cdiv = 1e11;
|
|
}
|
|
|
|
#endif //WOWLET_GLOBALS_H
|