#pragma once namespace input { extern atomic_t g_intercepted; void SetIntercepted(bool intercepted); }