LeviLamina
Loading...
Searching...
No Matches
SendReceiptRealms.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SendReceiptRealms inner types declare
8 // clang-format off
9 struct ResponseData;
10 // clang-format on
11
12 // SendReceiptRealms inner types define
13 struct ResponseData {};
14};
Definition SendReceiptRealms.h:13
Definition SendReceiptRealms.h:5