#ifndef ANIMTOOL_RENDER_ #define ANIMTOOL_RENDER_ #include "scene.h" #include "draw.h" #include "fmt/nut.h" void render_scene(struct scene *scene, struct draw_backend *draw, struct nut_writer *out); #endif