// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once namespace RuntimeParameters { // Runtime parameters passed through CLI arguments extern std::unordered_map Parameters; } // namespace RuntimeParameters