9 lines
211 B
C++
9 lines
211 B
C++
#pragma once
|
|
|
|
#include "types.hpp"
|
|
|
|
// Shared Application State (Unity Build)
|
|
internal bool g_Ethernet_Initialized = false;
|
|
internal bool g_Wifi_Initialized = false;
|
|
internal uint8_t g_Active_WWW_Partition = 0;
|