#include "flatscreen_root.h" void FlatscreenRoot::_bind_methods() {} void FlatscreenRoot::enter_tree() { ydi::server::open(); } void FlatscreenRoot::exit_tree() { ydi::server::close(); }