AuroraRuntime/Source/HWInfo/HWInfo.hpp
2021-09-13 21:11:12 +01:00

14 lines
252 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: HWInfo.hpp
Date: 2021-6-19
Author: Reece
***/
#pragma once
namespace Aurora::HWInfo
{
AuOptional<AuUInt> QueryBsdHwStat(int id);
void Init();
}