// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2020-2021, The Monero Project. #ifndef WOWLET_GLOBALS_H #define WOWLET_GLOBALS_H #include namespace globals { const qreal cdiv = 1e11; } #endif //WOWLET_GLOBALS_H