blob: 2366f3437fb6dc8f50d11ca8cd3557e33d9a74f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include <zenhttp/httpserver.h>
namespace zen {
Ref<HttpServer> CreateHttpAsioServer(unsigned int ThreadCount);
} // namespace zen
|