LeviLamina
Loading...
Searching...
No Matches
AllPaths.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ResourcePackPaths {
6
7struct AllPaths {
8public:
9 // member variables
10 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 AllPaths& operator=(AllPaths const&);
26 AllPaths(AllPaths const&);
27 AllPaths();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI ~AllPaths();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace ResourcePackPaths
Definition AllPaths.h:7
MCAPI void * $ctor(::ResourcePackPaths::AllPaths &&)
MCAPI AllPaths(::ResourcePackPaths::AllPaths &&)
Definition Alias.h:14