summaryrefslogtreecommitdiff
path: root/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'sprite.h')
-rw-r--r--sprite.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sprite.h b/sprite.h
new file mode 100644
index 0000000..e901c9a
--- /dev/null
+++ b/sprite.h
@@ -0,0 +1,6 @@
+#pragma once
+
+struct Sprite{
+ const unsigned char *image;
+ unsigned int image_len;
+};