aboutsummaryrefslogtreecommitdiffstats
path: root/src/clicky.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clicky.h')
-rw-r--r--src/clicky.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clicky.h b/src/clicky.h
index 764df00..12b3b12 100644
--- a/src/clicky.h
+++ b/src/clicky.h
@@ -13,6 +13,9 @@ typedef struct Clicky {
Texture* texture;
Rectangle rect;
+ // Used for color collision stuff.
+ Color* colors;
+
void* data;
ClickyUpdateCB updateCB;
} Clicky;