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
index f08a329..61e000f 100644
--- a/dat.h
+++ b/dat.h
@@ -9,11 +9,18 @@ enum {
MAXZOOM = 8
};
+typedef struct Color Color;
typedef struct Layer Layer;
typedef struct Canvas Canvas;
typedef struct HUD HUD;
typedef struct HUDWidget HUDWidget;
+struct Color
+{
+ ulong v;
+ Image *i;
+};
+
struct Layer
{
RFrame;