mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 20:56:07 +08:00
10 lines
224 B
C++
10 lines
224 B
C++
![]() |
// TODO: Implement RakNetworkFactory.cpp
|
||
|
|
||
|
#include "RakNetworkFactory.h"
|
||
|
#include "RakServerInterface.h"
|
||
|
#include "RakServer.h"
|
||
|
|
||
|
RakServerInterface* RakNetworkFactory::GetRakServerInterface( void )
|
||
|
{
|
||
|
return new RakServer;
|
||
|
}
|