summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'Label.h')
-rw-r--r--Label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Label.h b/Label.h
index 688dead..6372a6f 100644
--- a/Label.h
+++ b/Label.h
@@ -9,4 +9,5 @@ struct Label
Vector2 base;
float depth;
float length;
+ bool hover;
};