Added info and reboot api into the backend. Created the basics for a backend server.
This commit is contained in:
7
Provider/main/appstate.hpp
Normal file
7
Provider/main/appstate.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.hpp"
|
||||
|
||||
// Shared Application State (Unity Build)
|
||||
internal bool g_Ethernet_Initialized = false;
|
||||
internal bool g_Wifi_Initialized = false;
|
||||
Reference in New Issue
Block a user