mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-27 22:36:05 +03:00
8 lines
154 B
C++
8 lines
154 B
C++
#ifndef NET_CONNECTION_HPP
|
|
#define NET_CONNECTION_HPP
|
|
|
|
#include "net/connection/ClientConnection.hpp"
|
|
#include "net/connection/RealmResponse.hpp"
|
|
|
|
#endif
|