summaryrefslogtreecommitdiff
path: root/base/ugg.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/ugg.h')
-rw-r--r--base/ugg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/base/ugg.h b/base/ugg.h
new file mode 100644
index 0000000..ac51678
--- /dev/null
+++ b/base/ugg.h
@@ -0,0 +1,10 @@
+#pragma once
+
+// Uncomplicated Generic Graphics
+struct ugg {
+ uint32_t width;
+ uint32_t height;
+ uint32_t palette[256];
+ uint8_t data[];
+};
+