thunderbrew/src/net/Connection.hpp

8 lines
154 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef NET_CONNECTION_HPP
#define NET_CONNECTION_HPP
#include "net/connection/ClientConnection.hpp"
#include "net/connection/RealmResponse.hpp"
#endif