mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 03:08:12 +00:00
Add RmlUi
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "ElementDebugDocument.h"
|
||||
|
||||
namespace Rml {
|
||||
namespace Debugger {
|
||||
|
||||
ElementDebugDocument::ElementDebugDocument(const String& tag) : ElementDocument(tag)
|
||||
{
|
||||
SetFocusableFromModal(true);
|
||||
}
|
||||
|
||||
} // namespace Debugger
|
||||
} // namespace Rml
|
||||
Reference in New Issue
Block a user