LeviLamina
Loading...
Searching...
No Matches
ItemTag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8struct ItemTag : public ::HashedString {
9public:
10 // member functions
11 // NOLINTBEGIN
12 MCAPI explicit ItemTag(::std::string const& str);
13
14 MCAPI ~ItemTag();
15 // NOLINTEND
16
17public:
18 // constructor thunks
19 // NOLINTBEGIN
20 MCFOLD void* $ctor(::std::string const& str);
21 // NOLINTEND
22
23public:
24 // destructor thunk
25 // NOLINTBEGIN
26 MCFOLD void $dtor();
27 // NOLINTEND
28};
Definition HashedString.h:5
Definition ItemTag.h:8