AuroraRuntime/Source/SWInfo/AuSWInfo.hpp

14 lines
241 B
C++

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuSWInfo.hpp
Date: 2022-1-25
Author: Reece
***/
#pragma once
namespace Aurora::SWInfo
{
void InitSwInfo();
void InitSwInfoEarly();
}