Make a update_percent function for meter.

This commit is contained in:
Zed A. Shaw 2026-04-19 18:03:33 -04:00
parent 1950f45f46
commit c390ca5616
3 changed files with 8 additions and 2 deletions

View file

@ -79,6 +79,7 @@ namespace guecs {
void init(lel::Cell& cell, guecs::Rectangle &bg);
void init(lel::Cell& cell);
void render(sf::RenderTarget& window, sf::Shader *shader_ptr);
void update_percent(float pct);
};
struct Effect {