#ifndef TYPES_WLR_SCENE_H #define TYPES_WLR_SCENE_H #include struct wlr_scene *scene_node_get_root(struct wlr_scene_node *node); #endif