mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 22:58:11 +00:00
13 lines
236 B
C++
13 lines
236 B
C++
#include "ElementDebugDocument.h"
|
|
|
|
namespace Rml {
|
|
namespace Debugger {
|
|
|
|
ElementDebugDocument::ElementDebugDocument(const String& tag) : ElementDocument(tag)
|
|
{
|
|
SetFocusableFromModal(true);
|
|
}
|
|
|
|
} // namespace Debugger
|
|
} // namespace Rml
|