r-type
0.0.0
R-Type main
Loading...
Searching...
No Matches
entrypoint.cpp
Go to the documentation of this file.
1
#include <memory>
2
3
#include "
AsioClient/AsioClient.hpp
"
4
5
extern
"C"
6
{
7
eng::INetworkClient
*
entryPoint
() {
return
std::make_unique<eng::AsioClient>().release(); }
8
}
AsioClient.hpp
This file contains the client network implementation for Asio.
entryPoint
eng::INetworkClient * entryPoint()
Definition
entrypoint.cpp:7
eng::INetworkClient
Interface for the client network.
Definition
INetworkClient.hpp:26
plugins
Network
Asio
Client
src
entrypoint.cpp
Generated by
1.11.0