13 lines
240 B
C++
13 lines
240 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: AuSWInfo.Linux.hpp
|
|
Date: 2022-4-6
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::SWInfo
|
|
{
|
|
void InitLinuxInfo(OSInformation &info);
|
|
} |