LeviLamina
Loading...
Searching...
No Matches
HasItemFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::HasItemFilter& operator=(::HasItemFilter const&);
25
26 MCAPI ~HasItemFilter();
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCAPI void $dtor();
33 // NOLINTEND
34};
Definition HasItemFilter.h:5
Definition Alias.h:14