mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 21:03:16 +00:00
4 lines
131 B
C++
4 lines
131 B
C++
#include "btdrv_mitm_flags.hpp"
|
|
|
|
std::atomic<bool> g_preparingForSleep = false;
|
|
std::atomic<bool> g_redirectEvents = false;
|