Core: Rework HardwareInfo

This commit is contained in:
SirLynix
2022-09-24 15:52:29 +02:00
parent 9cd7976a91
commit 6d0b53b39e
10 changed files with 260 additions and 292 deletions

View File

@@ -7,6 +7,10 @@
namespace Nz
{
inline const HardwareInfo& Core::GetHardwareInfo() const
{
return *m_hardwareInfo;
}
}
#include <Nazara/Core/DebugOff.hpp>