LeviLamina
Loading...
Searching...
No Matches
Resources.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace UI::Resources { struct ResolvedTextureData; }
8namespace cohtml { class Binder; }
9namespace ui { struct SliceSize; }
10// clang-format on
11
12namespace UI::Resources {
13// functions
14// NOLINTBEGIN
15MCAPI void CoherentBind(::cohtml::Binder* binder, ::UI::Resources::ResolvedTextureData* data);
16
17MCAPI ::std::string toString(::ui::SliceSize const& vec);
18
19MCAPI ::std::string toString(::glm::vec2 const& vec);
20// NOLINTEND
21
22} // namespace UI::Resources
Definition Binder.h:7
Definition ResolvedTextureData.h:7
Definition SliceSize.h:7