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 ResolvedPropertyData; }
8namespace UI::Resources { struct ResolvedTextureData; }
9namespace cohtml { class Binder; }
10namespace ui { struct SliceSize; }
11// clang-format on
12
13namespace UI::Resources {
14// functions
15// NOLINTBEGIN
16MCAPI void CoherentBind(::cohtml::Binder* binder, ::UI::Resources::ResolvedTextureData* data);
17
18MCAPI void CoherentBind(::cohtml::Binder* binder, ::UI::Resources::ResolvedPropertyData* data);
19
20MCAPI ::std::string toString(::ui::SliceSize const& vec);
21
22MCAPI ::std::string toString(::glm::vec2 const& vec);
23// NOLINTEND
24
25} // namespace UI::Resources
Definition Binder.h:7
Definition ResolvedPropertyData.h:7
Definition ResolvedTextureData.h:7
Definition SliceSize.h:7