Files
aurora/lib/rmlui/RuntimeTextureProvider.hpp
2026-05-27 22:56:27 -06:00

13 lines
221 B
C++

#pragma once
#include <aurora/rmlui.hpp>
#include <optional>
#include <string_view>
namespace aurora::rmlui {
std::optional<RuntimeTexture> load_runtime_texture(std::string_view source);
} // namespace aurora::rmlui