LeviLamina
Loading...
Searching...
No Matches
XboxLiveUserInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
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
19};
20
21} // namespace Social
Definition XboxLiveUserInfo.h:16
Definition XboxLiveUserInfo.h:18
Definition XboxLiveUserInfo.h:7