OSSIA
Open Scenario System for Interactive Application
null_socket.hpp
1 #pragma once
2 namespace ossia::net
3 {
4 struct null_socket
5 {
6 };
7 }