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 "
RTypeServer/RTypeServer.hpp
"
4
5
extern
"C"
6
{
7
PLUGIN_EXPORT
gme::IGameServer
*
entryPoint
() {
return
std::make_unique<gme::RTypeServer>().release(); }
8
}
entryPoint
PLUGIN_EXPORT gme::IGameClient * entryPoint()
Definition
entrypoint.cpp:7
PLUGIN_EXPORT
#define PLUGIN_EXPORT
Definition
IPlugin.hpp:15
RTypeServer.hpp
Main game server plugin for R-Type multiplayer.
gme::IGameServer
Interface for the games.
Definition
IGameServer.hpp:29
plugins
Game
RType
Server
src
entrypoint.cpp
Generated by
1.11.0