mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
13 lines
199 B
C++
13 lines
199 B
C++
#pragma once
|
|
|
|
#include <vcpkg_Chrono.h>
|
|
|
|
namespace vcpkg
|
|
{
|
|
struct GlobalState
|
|
{
|
|
static ElapsedTime timer;
|
|
static bool debugging;
|
|
static bool feature_packages;
|
|
};
|
|
} |