add Network.httpGet (WIP)

This commit is contained in:
MihailRis
2024-11-11 03:50:00 +03:00
parent a5d87c9fc4
commit 46dfdac998
5 changed files with 113 additions and 18 deletions
+4
View File
@@ -81,6 +81,9 @@ struct UiSettings {
IntegerSetting worldPreviewSize {64, 1, 512};
};
struct NetworkSettings {
};
struct EngineSettings {
AudioSettings audio;
DisplaySettings display;
@@ -89,4 +92,5 @@ struct EngineSettings {
GraphicsSettings graphics;
DebugSettings debug;
UiSettings ui;
NetworkSettings network;
};