LeviLamina
Loading...
Searching...
No Matches
ResourcePackContents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct ResourcePackContents {
6public:
7 // member variables
8 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ResourcePackContents& operator=(ResourcePackContents const&);
25 ResourcePackContents(ResourcePackContents const&);
26 ResourcePackContents();
27};
Definition Alias.h:14