#pragma once namespace BansheeEngine { /** * @brief Represents a MAC (ethernet) address. */ struct MACAddress { UINT8 value[6]; }; }