#pragma once #include class NetworkUtil { public: static NetworkDeviceType GetDeviceTypeFromPreference(int hardwareDetect, int customPhy); };