Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
CreateRmluiRenderPipeline.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "core/Core.hpp"
4
5namespace Rmlui::System {
6void CreateRmluiRenderPipeline(Engine::Core &core);
7} // namespace Rmlui::System
Definition BindInputCallbacks.hpp:5
void CreateRmluiRenderPipeline(Engine::Core &core)
Definition CreateRmluiRenderPipeline.cpp:20