#pragma once #include namespace input { extern std::atomic g_intercepted; void SetIntercepted(bool intercepted); }