#pragma once #include "types.hpp" // Shared Application State extern bool g_Ethernet_Initialized; extern bool g_Wifi_Initialized; extern uint8_t g_Active_WWW_Partition;