mirror of https://github.com/xzeldon/htop.git
9 lines
120 B
C
9 lines
120 B
C
|
#ifndef HEADER_ZramMeter
|
||
|
#define HEADER_ZramMeter
|
||
|
|
||
|
#include "Meter.h"
|
||
|
|
||
|
extern const MeterClass ZramMeter_class;
|
||
|
|
||
|
#endif
|