LeviLamina
Loading...
Searching...
No Matches
XboxLiveUserInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7struct XboxLiveUserInfo {
8public:
9 // XboxLiveUserInfo inner types declare
10 // clang-format off
11 struct RequestState;
12 struct XboxLiveLimitTimer;
13 // clang-format on
14
15 // XboxLiveUserInfo inner types define
16 struct RequestState {};
17
18 struct XboxLiveLimitTimer {};
19};
20
21} // namespace Social