AuroraRuntime/Source/SWInfo/SWInfo.Linux.hpp

13 lines
238 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.
File: SWInfo.Linux.hpp
Date: 2022-4-6
Author: Reece
***/
#pragma once
namespace Aurora::SWInfo
{
void InitLinuxInfo(OSInformation &info);
}