mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-25 23:35:45 +00:00
10 lines
121 B
C
10 lines
121 B
C
#ifndef HEADER_ZramMeter
|
|
#define HEADER_ZramMeter
|
|
|
|
#include "Meter.h"
|
|
|
|
|
|
extern const MeterClass ZramMeter_class;
|
|
|
|
#endif
|