summaryrefslogtreecommitdiffstats
path: root/MetersPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'MetersPanel.h')
-rw-r--r--MetersPanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MetersPanel.h b/MetersPanel.h
index c02ce1cd..dbc31ee4 100644
--- a/MetersPanel.h
+++ b/MetersPanel.h
@@ -24,6 +24,8 @@ struct MetersPanel_ {
bool moving;
};
+void MetersPanel_cleanup(void);
+
void MetersPanel_setMoving(MetersPanel* this, bool moving);
extern PanelClass MetersPanel_class;