This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sparkle/include/net.hpp
fluttershy a32954453b fixes
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