sparkle/include/network.hpp
2025-01-29 16:06:47 +05:00

5 lines
120 B
C++

#ifndef INCLUDE_NET_HPP_
#define INCLUDE_NET_HPP_
#include <network/websocket.hpp>
#include <network/network.hpp>
#endif