wowlet/src/globals.h

15 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