sparkle/include/net.hpp
2025-01-25 13:22:59 +05:00

5 lines
120 B
C++

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