mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 14:56:06 +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
|