LeviLamina
Loading...
Searching...
No Matches
TextureOffset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class TextureOffset {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 TextureOffset& operator=(TextureOffset const&);
16 TextureOffset(TextureOffset const&);
17 TextureOffset();
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~TextureOffset() = default;
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftable();
29 // NOLINTEND
30};
static MCAPI void ** $vftable()
Definition Alias.h:14