summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'Label.h')
-rw-r--r--Label.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Label.h b/Label.h
index 6372a6f..cfd5fc7 100644
--- a/Label.h
+++ b/Label.h
@@ -1,7 +1,11 @@
#pragma once
+#include <functional>
+
#include <raylib.h>
+#include "Wreck.h"
+
struct Label
{
@@ -10,4 +14,5 @@ struct Label
float depth;
float length;
bool hover;
+ std::reference_wrapper<const Wreck> wreck;
};