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