sparkle/include/net.hpp
2025-01-26 17:34:10 +05:00

5 lines
120 B
C++

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