thunderbrew/src/net/Connection.hpp
2023-01-02 13:17:18 -06:00

8 lines
154 B
C++

#ifndef NET_CONNECTION_HPP
#define NET_CONNECTION_HPP
#include "net/connection/ClientConnection.hpp"
#include "net/connection/RealmResponse.hpp"
#endif