#pragma once #include #include "../types.h" typedef struct Scene { node_idx root; } Scene;