mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 17:17:26 +03:00
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
|