11 lines
192 B
C++
11 lines
192 B
C++
#include "flatscreen_root.h"
|
|
|
|
void FlatscreenRoot::_bind_methods() {}
|
|
|
|
void FlatscreenRoot::enter_tree() {
|
|
ydi::server::open();
|
|
}
|
|
|
|
void FlatscreenRoot::exit_tree() {
|
|
ydi::server::close();
|
|
}
|