Files
Zelda64Recomp/src/ui/ui_rml_hacks.hpp
T
2024-04-20 15:36:05 -05:00

10 lines
186 B
C++

#ifndef UI_RML_HACKS_H
#define UI_RML_HACKS_H
#include "RmlUi/Core.h"
namespace RecompRml {
Rml::Element* FindNextTabElement(Rml::Element* current_element, bool forward);
}
#endif