mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
9 lines
110 B
C++
9 lines
110 B
C++
#pragma once
|
|
|
|
#include <os/version_detail.h>
|
|
|
|
namespace os::version
|
|
{
|
|
detail::OSVersion GetOSVersion();
|
|
}
|