mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
9 lines
143 B
C++
9 lines
143 B
C++
#pragma once
|
|
|
|
#include <network/socket_factory.hpp>
|
|
|
|
namespace network
|
|
{
|
|
std::unique_ptr<socket_factory> create_static_socket_factory();
|
|
}
|