mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-05 21:49:33 -04:00
95ab0074ea
prompt component - wip
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
|