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 PLUGIN_EXPORT gme::IGameServer *entryPoint() { return std::make_unique<gme::RTypeServer>().release(); }
8}
PLUGIN_EXPORT gme::IGameClient * entryPoint()
Definition entrypoint.cpp:7
#define PLUGIN_EXPORT
Definition IPlugin.hpp:15
Main game server plugin for R-Type multiplayer.
Interface for the games.