mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-01 09:12:37 -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();
|
|
}
|