mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 06:22:17 +00:00
7 lines
156 B
C++
7 lines
156 B
C++
#include <os/version.h>
|
|
|
|
os::version::OSVersion os::version::GetOSVersion()
|
|
{
|
|
assert(false && "Unimplemented.");
|
|
return os::version::OSVersion();
|
|
}
|