summaryrefslogtreecommitdiff
path: root/scene.c
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2023-04-18 12:29:55 -0700
committerkitty piapiac <kcp@bsd.computer>2023-04-18 12:29:55 -0700
commitf1d602f5dcf862907affd1479eb3b2d132d7d639 (patch)
treeb133327eb0bbf0ff3e854db6955f377a083e2e1e /scene.c
parent84bcb0274fc80d360ff0fbe5ede89643169f6165 (diff)
scenes
a bit crude and untested
Diffstat (limited to 'scene.c')
-rw-r--r--scene.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene.c b/scene.c
new file mode 100644
index 0000000..5894b0f
--- /dev/null
+++ b/scene.c
@@ -0,0 +1,4 @@
+#include<stdio.h>
+#include"mino.h"
+#include"scene.h"
+V scene_run(Scene*x){WH(x,printf("Scene %s\n",x->n),x=x->f();)}