This commit is contained in:
Yuri Trikoz
2020-06-25 00:15:10 +03:00
parent a25288ef79
commit 3daa517c7e
71 changed files with 331 additions and 279 deletions

9
include/HttpServer.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer