๐Ÿ“ฆ LizardByte / Sunshine

๐Ÿ“„ globals.cpp ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15/**
 * @file globals.cpp
 * @brief Definitions for globally accessible variables and functions.
 */
// local includes
#include "globals.h"

safe::mail_t mail::man;
thread_pool_util::ThreadPool task_pool;
bool display_cursor = true;

#ifdef _WIN32
nvprefs::nvprefs_interface nvprefs_instance;
#endif