7 lines
93 B
C++
7 lines
93 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <array>
|
|
|
|
std::array<uint8_t, 16> getHardwareID();
|