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
4
5extern "C"
6{
7 eng::INetworkClient *entryPoint() { return std::make_unique<eng::AsioClient>().release(); }
8}
This file contains the client network implementation for Asio.
eng::INetworkClient * entryPoint()
Definition entrypoint.cpp:7
Interface for the client network.