summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index c204d9a..3173f75 100644
--- a/internal.h
+++ b/internal.h
@@ -1,4 +1,5 @@
typedef struct Polygon Polygon;
+typedef struct Entityparam Entityparam;
typedef struct Tilerparam Tilerparam;
typedef struct Rasterparam Rasterparam;
typedef struct Rastertask Rastertask;
@@ -10,6 +11,12 @@ struct Polygon
ulong cap;
};
+struct Entityparam
+{
+ Renderer *rctl;
+ Channel *paramsc;
+};
+
struct Tilerparam
{
int id;