#pragma once #include namespace vcpkg { struct GlobalState { static ElapsedTime timer; static bool debugging; static bool feature_packages; }; }