Stand/Stand/netHardware.hpp
2024-10-16 11:20:42 +08:00

12 lines
132 B
C++

#pragma once
#include <cstdint>
namespace rage
{
struct netHardware
{
static void GetMacAddress(uint64_t* mac_address);
};
}