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.

5 lines
112 B
C
Raw Normal View History

2025-01-15 13:34:41 +05:00
#ifndef INCLUDE_NET_H_
#define INCLUDE_NET_H_
#include <gateway/Websocket.hpp>
#include <tls/Network.hpp>
#endif