#ifndef MINO_SCENE_H #define MINO_SCENE_H typedef struct scene Scene; struct scene{IM C*n;Scene*(*f)(V);}; X V scene_run(Scene*); #endif