You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw/mwmp/LocalSystem.cpp

21 lines
255 B
C++

#include "LocalSystem.hpp"
#include "Main.hpp"
#include "Networking.hpp"
using namespace mwmp;
LocalSystem::LocalSystem()
{
}
LocalSystem::~LocalSystem()
{
}
Networking *LocalSystem::getNetworking()
{
return mwmp::Main::get().getNetworking();
}