LeviLamina
Loading...
Searching...
No Matches
ClientTextureTransform.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { class Texture; }
8namespace mce { struct ServerTexture; }
9// clang-format on
10
11namespace mcr {
12
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCNAPI static ::mce::Texture* getTransformedTexture(::mce::ServerTexture const& serverTexture);
18 // NOLINTEND
19};
20
21} // namespace mcr
Definition Texture.h:7
Definition ClientTextureTransform.h:7
static MCAPI ::mce::Texture * getTransformedTexture(::mce::ServerTexture const &serverTexture)
Definition ServerTexture.h:7