AuroraRuntime/Source/HWInfo/HWInfo.hpp

14 lines
252 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
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();
}