LeviLamina
Loading...
Searching...
No Matches
DefinitionPropertyNames.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/ControlPropertyNames.h"
7
8namespace UI::Resources {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 32, ::std::string const> defName;
15 ::ll::TypedStorage<8, 32, ::std::string const> defNamespace;
16 ::ll::TypedStorage<8, 24, ::std::vector<::std::string> const> defTextures;
17 ::ll::TypedStorage<8, 24, ::std::vector<::std::string> const> defProperties;
18 ::ll::TypedStorage<8, 48, ::UI::Resources::ControlPropertyNames> defControls;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ~DefinitionPropertyNames();
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
33
34} // namespace UI::Resources
Definition DefinitionPropertyNames.h:7