mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00: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
|