mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
|
|
#ifndef NET_CONNECTION_REALM_RESPONSE_HPP
|
||
|
|
#define NET_CONNECTION_REALM_RESPONSE_HPP
|
||
|
|
|
||
|
|
class RealmResponse {
|
||
|
|
public:
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|