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