aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dat.h b/dat.h
new file mode 100644
index 0000000..5426da9
--- /dev/null
+++ b/dat.h
@@ -0,0 +1,7 @@
+typedef struct Layer Layer;
+
+struct Layer
+{
+ RFrame rf;
+ Image *canvas;
+};