Files
SA-MP/raknet/RakNetworkFactory.h

20 lines
275 B
C
Raw Normal View History

2023-11-17 23:54:20 +08:00
// TODO: Implement RakNetworkFactory.h
#ifndef __RAK_NETWORK_FACTORY_H
#define __RAK_NETWORK_FACTORY_H
#include "Export.h"
class RakServerInterface;
class RAK_DLL_EXPORT RakNetworkFactory
{
public:
static RakServerInterface* GetRakServerInterface( void );
};
#endif