mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-25 11:47:09 +00:00
5 lines
131 B
C++
5 lines
131 B
C++
|
#include "btdrv_mitm_flags.hpp"
|
||
|
|
||
|
std::atomic<bool> g_preparingForSleep = false;
|
||
|
std::atomic<bool> g_redirectEvents = false;
|