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