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, 0 insertions, 10 deletions
diff --git a/base/ugg.h b/base/ugg.h
deleted file mode 100644
index ac51678..0000000
--- a/base/ugg.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-// Uncomplicated Generic Graphics
-struct ugg {
- uint32_t width;
- uint32_t height;
- uint32_t palette[256];
- uint8_t data[];
-};
-