1 /* lagmeter.c */
2 int lMeterHeight(void);
3 int lMeterWidth(void);
4 void redrawLMeter(void);
5 void updateLMeter(void);
6