mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
11 lines
211 B
C++
11 lines
211 B
C++
|
|
#ifndef CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
|
||
|
|
#define CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
|
||
|
|
|
||
|
|
#include "net/Connection.hpp"
|
||
|
|
|
||
|
|
class ClientRealmResponseAdapter : public RealmResponse {
|
||
|
|
public:
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|