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

13 lines
213 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: RamInfo.hpp
Date: 2021-6-12
Author: Reece
***/
#pragma once
namespace Aurora::HWInfo
{
void InitRamInfo();
}