overlay: refactor code for lights (#539)

No functional change.
This commit is contained in:
bicarus
2026-01-29 16:13:56 -08:00
committed by GitHub
parent 4feca23240
commit 7a6cadb176
2 changed files with 100 additions and 92 deletions
+2
View File
@@ -94,6 +94,8 @@ namespace overlay::windows {
void edit_analog_popup(Analog &analog);
void build_lights(const std::string &name, std::vector<Light> *lights);
void build_light(Light *light);
void clear_light(Light *light);
void edit_light_popup(Light *light);
void build_cards();