summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index 0ccea6f..21e2891 100644
--- a/dat.h
+++ b/dat.h
@@ -6,3 +6,11 @@ enum
K→,
Ke
};
+
+typedef struct Sprite Sprite;
+
+struct Sprite
+{
+ Point p;
+ Memimage *spr;
+};