feat: removed reticle from HUD

This commit is contained in:
Sara 2025-08-30 23:07:30 +02:00
parent 5277ac6281
commit 2c95d2e7aa
3 changed files with 0 additions and 21 deletions

View file

@ -17,11 +17,9 @@ protected:
public:
static HeadsUpDisplay *get_singleton();
void set_reticle_visibility(bool visible);
void set_tooltip(String const &tooltip);
private:
Control *reticle{ nullptr };
Label *tooltip{ nullptr };
};