LeviLamina
Loading...
Searching...
No Matches
TextureOffset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> x;
10 ::ll::TypedStorage<4, 4, int> y;
11 // NOLINTEND
12
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 virtual ~TextureOffset() = default;
17 // NOLINTEND
18
19public:
20 // vftables
21 // NOLINTBEGIN
22 MCNAPI static void** $vftable();
23 // NOLINTEND
24};
Definition TextureOffset.h:5
static MCAPI void ** $vftable()