LeviLamina
Loading...
Searching...
No Matches
TextureItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/texture/TextureAtlasItem.h"
7
8struct TextureItem {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> defaultName;
13 ::ll::TypedStorage<8, 32, ::std::string> carriedName;
14 ::ll::TypedStorage<8, 64, ::TextureAtlasItem> defaultItem;
15 ::ll::TypedStorage<8, 64, ::TextureAtlasItem> carriedItem;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI ~TextureItem();
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCAPI void $dtor();
28 // NOLINTEND
29};
Definition TextureItem.h:5