LeviLamina
Loading...
Searching...
No Matches
TexturePairHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { struct Image; }
8namespace mce { struct ServerTexture; }
9namespace mce { struct TextureResourceService; }
10// clang-format on
11
12namespace TexturePairHelper {
13// functions
14// NOLINTBEGIN
15MCNAPI void updateTexture(
16 ::mce::TextureResourceService& textureResourceService,
17 ::mce::Image const& image,
18 ::mce::ServerTexture const& serverTexture,
19 ::std::string_view debugUpdateName
20);
21// NOLINTEND
22
23} // namespace TexturePairHelper
Definition ServerTexture.h:7
Definition TextureResourceService.h:20