15 lines
245 B
C++
15 lines
245 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: AuCpuInfo.hpp
|
|
Date: 2021-6-12
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::HWInfo
|
|
{
|
|
inline CpuInfo gCpuInfo;
|
|
|
|
void InitCpuInfo();
|
|
} |