Update copy/move constructors/operators
Former-commit-id: b1faeeae9211a6c0ca29261d46929dc8c66ea0c4
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
class NAZARA_CORE_API NzHardwareInfo
|
||||
{
|
||||
public:
|
||||
NzHardwareInfo() = delete;
|
||||
~NzHardwareInfo() = delete;
|
||||
|
||||
static void Cpuid(nzUInt32 functionId, nzUInt32 subFunctionId, nzUInt32 result[4]);
|
||||
|
||||
static NzString GetProcessorBrandString();
|
||||
|
||||
Reference in New Issue
Block a user