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.
fluttershy 2e54a17b5d fixes
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