start version

This commit is contained in:
Dmitry Borisenko
2020-07-26 23:48:19 +02:00
parent 4aa0dc39b9
commit b653ce1e87
238 changed files with 27327 additions and 0 deletions

9
include/HttpServer.h Normal file
View File

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