AuroraRuntime/Source/SWInfo/AuSWInfo.Linux.hpp

13 lines
240 B
C++
Raw Normal View History

2022-04-06 06:25:34 +00:00
/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
2022-11-17 07:46:07 +00:00
File: AuSWInfo.Linux.hpp
2022-04-06 06:25:34 +00:00
Date: 2022-4-6
Author: Reece
***/
#pragma once
namespace Aurora::SWInfo
{
void InitLinuxInfo(OSInformation &info);
}