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