summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-21 21:17:27 +0200
committerAki <please@ignore.pl>2022-05-21 21:17:27 +0200
commit3e8ebf3133ece10efc8cf9219dafc02e780bc3ab (patch)
treee5427ceac77f2bf8939a56940e081fa07e4e6246 /Label.h
parent5ea4d9d4c2f9c99fc5773a2ba91c470078368165 (diff)
downloadderelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.zip
derelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.tar.gz
derelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.tar.bz2
Added naive icons loading
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 cfd5fc7..d33b069 100644
--- a/Label.h
+++ b/Label.h
@@ -15,4 +15,5 @@ struct Label
float length;
bool hover;
std::reference_wrapper<const Wreck> wreck;
+ Texture2D texture;
};