mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-03-06 19:45:12 +01:00
10 lines
186 B
C++
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
|