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