#pragma once #include #include #include "Wreck.h" struct Label { Vector2 pos; Vector2 base; float depth; float length; bool hover; std::reference_wrapper wreck; Texture2D texture; };