mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 08:21:11 -06:00
8 lines
154 B
C++
8 lines
154 B
C++
#include <os/version.h>
|
|
#include <os/version_detail.h>
|
|
|
|
os::version::detail::OSVersion os::version::GetOSVersion()
|
|
{
|
|
return detail::GetOSVersion();
|
|
}
|