LeviLamina
Loading...
Searching...
No Matches
TextureOffset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 TextureOffset& operator=(TextureOffset const&);
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~TextureOffset() = default;
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
Definition TextureOffset.h:5
Definition Alias.h:14